xorg/xorg-libxtst/Pkgfile

22 lines
549 B
Plaintext
Raw Normal View History

2013-05-31 13:35:08 +02:00
# Description: X11 Testing resource extension library
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libx11, xorg-libxext, xorg-libxi, xorg-recordproto
2006-04-07 18:48:00 +02:00
name=xorg-libxtst
2013-05-31 13:35:08 +02:00
version=1.2.2
2011-01-07 15:00:07 +01:00
release=1
2006-04-12 23:31:18 +02:00
source=(http://xorg.freedesktop.org/releases/individual/lib/libXtst-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd libXtst-$version
2007-06-08 16:32:12 +02:00
./configure --prefix=/usr --mandir=/usr/man
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
2011-01-07 15:00:07 +01:00
rm $PKG/usr/share/doc/libXtst/{record,xtest}lib.xml
find $PKG/usr/share -type d -delete
2006-04-07 18:48:00 +02:00
}