summaryrefslogtreecommitdiff
path: root/xorg-xtrans/Pkgfile
blob: 3dd30a8b731bfb002ca41118ba0b4941bdef8dfb (plain)
    1 # Description: Library of code to handle network protocol transport
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
    4 
    5 name=xorg-xtrans
    6 version=1.3.2
    7 release=1
    8 source=(http://xorg.freedesktop.org/releases/individual/lib/xtrans-$version.tar.bz2)
    9 
   10 build() {
   11 	cd xtrans-$version
   12 
   13 	./configure --prefix=/usr
   14 
   15 	make
   16 	make DESTDIR=$PKG install
   17 
   18 	rm $PKG/usr/share/doc/xtrans/xtrans.xml
   19 	rmdir $PKG/usr/share/doc/{xtrans,}
   20 }

Generated by cgit