xorg/xorg-libxtst/Pkgfile
Tilman Sauerbeck 6bb28e3cbe xorg-libxtst: depends on xorg-libxi.
xorg-libxi in turn depends on xorg-inputproto, so we can remove that one.
2009-11-04 07:25:38 +01:00

19 lines
434 B
Plaintext

# Description: xorg lib libXtst
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-libx11, xorg-libxext, xorg-libxi, xorg-recordproto
name=xorg-libxtst
version=1.1.0
release=2
source=(http://xorg.freedesktop.org/releases/individual/lib/libXtst-$version.tar.bz2)
build() {
cd libXtst-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}