mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
testing/wine-mono: upgrade to 4.7.0 and take maintainership
This commit is contained in:
parent
e827625eca
commit
32b83bc18a
2 changed files with 23 additions and 31 deletions
23
testing/wine-mono/APKBUILD
Normal file
23
testing/wine-mono/APKBUILD
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
||||
# Maintainer: Ivan Tham <pickfire@riseup.net>
|
||||
pkgname=wine-mono
|
||||
pkgver=4.7.0
|
||||
pkgrel=0
|
||||
pkgdesc="Wine's built-in replacement for Microsoft's .NET"
|
||||
url="http://wiki.winehq.org/Mono"
|
||||
arch="x86_64"
|
||||
license="MIT"
|
||||
depends="wine"
|
||||
options="!check"
|
||||
source="http://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver.msi"
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
install -Dm644 "$srcdir"/$pkgname-$pkgver.msi \
|
||||
"$pkgdir"/usr/share/wine/mono/$pkgname-$pkgver.msi
|
||||
}
|
||||
|
||||
sha512sums="07cd2b26f3bfe6fc796a126b83e9c0aa655d3e8152af536ae2e8ae419013742706ddae6f93cc2341c94a2f3b8ae7d1b27d12f891d371928189291428f9ed877c wine-mono-4.7.0.msi"
|
|
@ -1,31 +0,0 @@
|
|||
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=wine-mono
|
||||
pkgver=0.0.8
|
||||
pkgrel=0
|
||||
pkgdesc="Wine's built-in replacement for Microsoft's .NET"
|
||||
url="http://wiki.winehq.org/Mono"
|
||||
arch="x86"
|
||||
license="MPL"
|
||||
depends=""
|
||||
makedepends=""
|
||||
install=""
|
||||
subpackages=""
|
||||
source="http://downloads.sourceforge.net/project/wine/Wine%20Mono/$pkgver/wine-mono-$pkgver.msi"
|
||||
|
||||
_builddir=
|
||||
prepare() {
|
||||
mkdir -p "$srcdir"
|
||||
}
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/usr/share/wine/mono/
|
||||
cp "$srcdir"/wine-mono-$pkgver.msi \
|
||||
"$pkgdir"/usr/share/wine/mono/
|
||||
}
|
||||
|
||||
md5sums="a79eb547bcb562aea5c7096bc97fff11 wine-mono-0.0.8.msi"
|
Loading…
Add table
Add a link
Reference in a new issue