summaryrefslogtreecommitdiffstats
path: root/main/recordproto
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-01-10 18:48:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-01-10 18:48:29 +0000
commit0fa7f7711d7534fdee2930a3166e127b734f15eb (patch)
tree17cd1f3429be8cd8943514111cf426695ce54659 /main/recordproto
parent814bfb86c5ac91bfc2de07fc01549906e2744877 (diff)
downloadaports-0fa7f7711d7534fdee2930a3166e127b734f15eb.tar.bz2
aports-0fa7f7711d7534fdee2930a3166e127b734f15eb.tar.xz
main/recordproto: upgrade to 1.14.1
Diffstat (limited to 'main/recordproto')
-rw-r--r--main/recordproto/APKBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/main/recordproto/APKBUILD b/main/recordproto/APKBUILD
index 54025d513..a96a0dd6f 100644
--- a/main/recordproto/APKBUILD
+++ b/main/recordproto/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=recordproto
-pkgver=1.14
+pkgver=1.14.1
pkgrel=0
pkgdesc="X11 Record extension wire protocol"
url="http://xorg.freedesktop.org/"
@@ -10,12 +10,15 @@ 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
install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
-md5sums="70f5998c673aa510e2acd6d8fb3799de recordproto-1.14.tar.bz2"
+md5sums="24541a30b399213def35f48efd926c63 recordproto-1.14.1.tar.bz2"