summaryrefslogtreecommitdiff
path: root/xorg-libxrandr-32/Pkgfile
blob: fcb96cb2b5a155040b23a1a13565aa3ac094c3d9 (plain)
    1 # Description: X Resize and Rotate 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-libxext-32 xorg-libxrandr xorg-libxrender-32 xorg-randrproto-32
    5 
    6 name=xorg-libxrandr-32
    7 version=1.5.1
    8 release=1
    9 source=(http://xorg.freedesktop.org/releases/individual/lib/libXrandr-$version.tar.bz2)
   10 
   11 build() {
   12 	cd libXrandr-$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