aboutsummaryrefslogtreecommitdiffstats
path: root/main/kbproto
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-01-10 17:16:15 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-01-10 17:21:59 +0000
commit8b462751e40dd666706df1ce0050d8a05e5dbfc8 (patch)
treea433300c13f699aec3c3a3f63c26b5ea3de9a5d5 /main/kbproto
parentab9b11c3c6bbc68fe1af096bcb41e6ea386df19f (diff)
downloadaports-8b462751e40dd666706df1ce0050d8a05e5dbfc8.tar.bz2
aports-8b462751e40dd666706df1ce0050d8a05e5dbfc8.tar.xz
main/kbproto: upgrade to 1.0.5
Diffstat (limited to 'main/kbproto')
-rw-r--r--main/kbproto/APKBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/main/kbproto/APKBUILD b/main/kbproto/APKBUILD
index ec8153f9d8..cb06fd4053 100644
--- a/main/kbproto/APKBUILD
+++ b/main/kbproto/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=kbproto
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=0
pkgdesc="X11 XKB 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="7f439166a9b2bf81471a33951883019f kbproto-1.0.4.tar.bz2"
+md5sums="e7edb59a3f54af15f749e8f3e314ee62 kbproto-1.0.5.tar.bz2"