summaryrefslogtreecommitdiffstats
path: root/x11/xf86driproto
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-03-28 09:46:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-03-28 09:46:55 +0000
commit24ed81e933a854ae602bcbdfe0bf0c6b608b7ca8 (patch)
tree2777aa791a53a4b70866f18b1e2f0b904209128c /x11/xf86driproto
parent2ecf2df32ccbbbafee913041d617039f6fe4aacc (diff)
downloadaports-24ed81e933a854ae602bcbdfe0bf0c6b608b7ca8.tar.bz2
aports-24ed81e933a854ae602bcbdfe0bf0c6b608b7ca8.tar.xz
x11/xf86driproto: new aport
Diffstat (limited to 'x11/xf86driproto')
-rw-r--r--x11/xf86driproto/APKBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/xf86driproto/APKBUILD b/x11/xf86driproto/APKBUILD
new file mode 100644
index 00000000..b7be560a
--- /dev/null
+++ b/x11/xf86driproto/APKBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+pkgname=xf86driproto
+pkgver=2.0.4
+pkgrel=0
+pkgdesc="X11 DRI extension wire protocol"
+url="http://xorg.freedesktop.org/"
+license="custom"
+depends=""
+makedepends=""
+source="http://xorg.freedesktop.org//releases/individual/proto/$pkgname-$pkgver.tar.bz2"
+
+build ()
+{
+ cd "$srcdir"/$pkgname-$pkgver
+ ./configure --prefix=/usr
+ make || return 1
+ make DESTDIR="$pkgdir" install || return 1
+}
+md5sums="01470d088da3a8a3deefa8e1f45d69cb xf86driproto-2.0.4.tar.bz2"