summaryrefslogtreecommitdiff
path: root/xorg-xineramaproto-32/Pkgfile
blob: 3737c057582f153fd224521b51836d850e71d976 (plain)
    1 # Description: xorg proto xineramaproto
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: xorg-xineramaproto
    5 
    6 name=xorg-xineramaproto-32
    7 version=1.2.1
    8 release=1
    9 source=(http://xorg.freedesktop.org/releases/individual/proto/xineramaproto-$version.tar.bz2)
   10 
   11 build() {
   12 	cd xineramaproto-$version
   13 
   14 	./configure --prefix=/usr --libdir=/usr/lib32
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 	rm -rf $PKG/usr/include
   19 }

Generated by cgit