summaryrefslogtreecommitdiff
path: root/xorg-libxcb-32/Pkgfile
blob: 6be847307bfa49bb08408e8c133a13871fc91fca (plain)
    1 # Description: X11 client-side library
    2 # URL: http://xcb.freedesktop.org
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: xorg-xcb-proto-32 xorg-libxdmcp-32 xorg-libxau-32 libxslt-32 libpthread-stubs-32 xorg-libxcb
    5 
    6 name=xorg-libxcb-32
    7 version=1.11
    8 release=1
    9 source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2)
   10 
   11 build() {
   12 	cd libxcb-$version
   13 
   14 	./configure --prefix=/usr --libdir=/usr/lib32
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 
   19 	rm -r $PKG/usr/{include,share}
   20 }

Generated by cgit