summaryrefslogtreecommitdiff
path: root/xorg-libxtst/Pkgfile
blob: ff50df5c6f639540f308157eca96f43ba684ba8f (plain)
    1 # Description: X11 Testing resource extension library
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
    4 # Depends on: xorg-libxi
    5 
    6 name=xorg-libxtst
    7 version=1.2.4
    8 release=1
    9 source=(https://www.x.org/releases/individual/lib/libXtst-$version.tar.xz)
   10 
   11 build() {
   12 	cd libXtst-$version
   13 
   14 	./configure --prefix=/usr
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 
   19 	rm -r $PKG/usr/share/doc
   20 }

Generated by cgit