summaryrefslogtreecommitdiff
path: root/xorg-xextproto-32/Pkgfile
blob: 78fc5d019133a1b3d4252b520a59adc89e28b4e9 (plain)
    1 # Description: xorg proto xextproto
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: xorg-xextproto
    5 
    6 name=xorg-xextproto-32
    7 version=7.3.0
    8 release=1
    9 source=(http://xorg.freedesktop.org/releases/individual/proto/xextproto-$version.tar.bz2)
   10 
   11 build() {
   12 	cd xextproto-$version
   13 
   14 	./configure --prefix=/usr --libdir=/usr/lib32
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 
   19 	rm $PKG/usr/share/doc/xextproto/*.xml
   20 	rmdir $PKG/usr/share/{doc/xextproto,doc,}
   21 	rm -rf $PKG/usr/include
   22 }

Generated by cgit