2006-04-07 18:48:00 +02:00
|
|
|
# Description: xorg proto xextproto
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-16 04:26:05 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-xextproto
|
2013-12-27 22:47:18 +01:00
|
|
|
version=7.3.0
|
2006-04-07 18:48:00 +02:00
|
|
|
release=1
|
2006-04-12 23:31:18 +02:00
|
|
|
source=(http://xorg.freedesktop.org/releases/individual/proto/xextproto-$version.tar.bz2)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xextproto-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2010-08-22 12:30:59 +02:00
|
|
|
|
|
|
|
rm $PKG/usr/share/doc/xextproto/*.xml
|
|
|
|
rmdir $PKG/usr/share/{doc/xextproto,doc,}
|
2006-04-07 18:48:00 +02:00
|
|
|
}
|