x11/glproto: new aport

X11 OpenGL extension wire protocol
This commit is contained in:
Natanael Copa 2009-02-19 22:32:53 +00:00
parent 4ca3cc50d4
commit 5e0e3f5c2c

19
x11/glproto/APKBUILD Normal file
View File

@ -0,0 +1,19 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=glproto
pkgver=1.4.9
pkgrel=0
pkgdesc="X11 OpenGL 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="e60951628422663e60faeb400f27bac1 glproto-1.4.9.tar.bz2"