summaryrefslogtreecommitdiff
path: root/xorg-libxt-32/Pkgfile
blob: c992761e347b3544bb5848c81953d5f418c5c027 (plain)
    1 # Description: X11 toolkit intrinsics library
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: xorg-libsm-32 xorg-libx11-32 xorg-xproto-32 xorg-kbproto-32 xorg-libxt
    5 
    6 name=xorg-libxt-32
    7 version=1.1.5
    8 release=1
    9 source=(http://xorg.freedesktop.org/releases/individual/lib/libXt-$version.tar.bz2)
   10 
   11 build() {
   12 	cd libXt-$version
   13 
   14 	./configure --prefix=/usr --mandir=/usr/man --libdir=/usr/lib32
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 	rm -rf $PKG/usr/{include,man,share}
   19 }

Generated by cgit