xorg/xorg-compositeproto/Pkgfile

20 lines
404 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg proto compositeproto
# URL: http://xorg.freedesktop.org
2012-07-14 10:23:29 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2006-04-07 18:48:00 +02:00
name=xorg-compositeproto
2011-01-07 16:04:06 +01:00
version=0.4.2
2006-04-07 18:48:00 +02:00
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/compositeproto-$version.tar.bz2)
build() {
cd compositeproto-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2007-07-06 18:32:59 +02:00
rm -rf $PKG/usr/share
2006-04-07 18:48:00 +02:00
}