summaryrefslogtreecommitdiff
path: root/xorg-libxfixes-32/Pkgfile
blob: 5dbb4edaf1855189110bdcfab22a72936145ca9b (plain)
    1 # Description: X Fixes extension client library
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: xorg-libx11-32 xorg-xproto-32 xorg-fixesproto-32 xorg-xextproto-32 xorg-libxfixes
    5 
    6 name=xorg-libxfixes-32
    7 version=5.0.1
    8 release=1
    9 source=(http://xorg.freedesktop.org/releases/individual/lib/libXfixes-$version.tar.bz2)
   10 
   11 build() {
   12 	cd libXfixes-$version
   13 
   14 	./configure --prefix=/usr --mandir=/usr/man --libdir=/usr/lib32
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 
   19 	rm -r $PKG/usr/{include,man}
   20 }

Generated by cgit