xorg/xorg-glproto/Pkgfile

19 lines
384 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg proto glproto
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-util-macros
2006-04-07 18:48:00 +02:00
name=xorg-glproto
2014-02-15 22:38:05 +01:00
version=1.4.17
2006-04-07 18:48:00 +02:00
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/glproto-$version.tar.bz2)
build() {
cd glproto-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}