xorg/xorg-resourceproto/Pkgfile
2012-07-16 02:30:24 +10:00

21 lines
464 B
Plaintext

# Description: xorg proto resourceproto
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
name=xorg-resourceproto
version=1.2.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/resourceproto-$version.tar.bz2)
build() {
cd resourceproto-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm $PKG/usr/share/doc/resourceproto/resproto.txt
find $PKG/usr/share -type d -delete
}