aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-01-15 21:46:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-01-15 21:46:12 +0000
commit0d747c47869f94391f05b5ae07a8cb94844022c8 (patch)
tree07ae21009015058925517d57121bf19275224813
parenta022599e9baf42d233d386fd5c9a12f4c9cc971a (diff)
downloadaports-0d747c47869f94391f05b5ae07a8cb94844022c8.tar.bz2
aports-0d747c47869f94391f05b5ae07a8cb94844022c8.tar.xz
x11/wine: upgrade to 1.1.36
-rw-r--r--x11/wine/APKBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/x11/wine/APKBUILD b/x11/wine/APKBUILD
index aae298c830..82ecba1b6e 100644
--- a/x11/wine/APKBUILD
+++ b/x11/wine/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wine
-pkgver=1.1.29
+pkgver=1.1.36
pkgrel=0
pkgdesc="A compatibility layer for running Windows programs"
url="http://www.winehq.com"
@@ -12,15 +12,18 @@ makedepends="fontconfig-dev openldap-dev libxslt-dev libxxf86dga-dev
source="http://ibiblio.org/pub/linux/system/emulators/$pkgname/$pkgname-$pkgver.tar.bz2
0001-Always-adjust-the-color_shifts-pointer-when-SelectBi.patch"
-build ()
-{
+build() {
cd "$srcdir"/$pkgname-$pkgver
patch -Np1 -i "$srcdir"/0001-Always-adjust-the-color_shifts-pointer-when-SelectBi.patch
./configure --prefix=/usr --sysconfdir=/etc --with-x
make depend || return 1
make || return 1
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
make prefix="$pkgdir"/usr install || return 1
mkdir -p "$pkgdir"/etc/wine
}
-md5sums="c3a9218840a80b29932cee49f2d45d9d wine-1.1.29.tar.bz2
+md5sums="2afa7846175c7c2ce4c7482aa1d82f0f wine-1.1.36.tar.bz2
63c4a6aee199039d35e6b57fa505e887 0001-Always-adjust-the-color_shifts-pointer-when-SelectBi.patch"