summaryrefslogtreecommitdiff
path: root/xorg-libxinerama-32/Pkgfile
blob: 78ebf729b60b610fa5e24b2f38c09be0d2fbb197 (plain)
    1 # Description: X Xinerama 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-libxext-32 xorg-libxinerama
    5 
    6 name=xorg-libxinerama-32
    7 version=1.1.5
    8 release=1
    9 source=(https://www.x.org/releases/individual/lib/libXinerama-$version.tar.xz)
   10 
   11 build() {
   12 	cd libXinerama-$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}
   20 }

Generated by cgit