summaryrefslogtreecommitdiff
path: root/xorg-libx11-32/Pkgfile
blob: aabe5e481f993c04c315a80eef1ccaede2f8ac5f (plain)
    1 # Description: X 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-libxcb-32 xorg-xf86bigfontproto-32 xorg-xextproto-32 xorg-xtrans-32 xorg-kbproto-32 xorg-inputproto-32 xorg-libx11
    5 
    6 name=xorg-libx11-32
    7 version=1.6.3
    8 release=1
    9 source=(http://xorg.freedesktop.org/releases/individual/lib/libX11-$version.tar.bz2)
   10 
   11 build() {
   12 	cd libX11-$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,share}
   20 }

Generated by cgit