summaryrefslogtreecommitdiffstats
path: root/main/bigreqsproto
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-01-10 15:31:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-01-10 15:31:25 +0000
commit7cf19dd3df89d8e820bf28fc93c0354409178c1f (patch)
tree55871855dd4b4bd465bc1c7851b402af1c276df3 /main/bigreqsproto
parent3628dbe8658a257de37c1beaf705aec4f5db35d3 (diff)
downloadaports-7cf19dd3df89d8e820bf28fc93c0354409178c1f.tar.bz2
aports-7cf19dd3df89d8e820bf28fc93c0354409178c1f.tar.xz
main/bigreqsproto: upgrade to 1.1.1
Diffstat (limited to 'main/bigreqsproto')
-rw-r--r--main/bigreqsproto/APKBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/main/bigreqsproto/APKBUILD b/main/bigreqsproto/APKBUILD
index ca037bf43..a6616498d 100644
--- a/main/bigreqsproto/APKBUILD
+++ b/main/bigreqsproto/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=bigreqsproto
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=0
pkgdesc="X11 Big Requests extension wire protocol"
url="http://xorg.freedesktop.org/"
@@ -10,11 +10,14 @@ depends=""
makedepends=""
source="http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$pkgver.tar.bz2"
-build ()
-{
+build() {
cd "$srcdir"/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="d30c5dbf19ca6dffcd9788227ecff8c5 bigreqsproto-1.1.0.tar.bz2"
+md5sums="6f6c24436c2b3ab235eb14a85b9aaacf bigreqsproto-1.1.1.tar.bz2"