summaryrefslogtreecommitdiff
path: root/xorg-libxext-32/Pkgfile
blob: 32d320d04829296208cf362c0d71b463fcb446a6 (plain)
    1 # Description: Common X extensions 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-libxext
    5 
    6 name=xorg-libxext-32
    7 version=1.3.5
    8 release=1
    9 source=(https://www.x.org/releases/individual/lib/libXext-$version.tar.xz)
   10 
   11 build() {
   12 	cd libXext-$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/man,share/doc}
   20 }

Generated by cgit