summaryrefslogtreecommitdiff
path: root/xorg-xf86bigfontproto-32/Pkgfile
blob: b3e36e983b757b536d8fcfa58df0c0cb12183305 (plain)
    1 # Description: xorg proto xf86bigfontproto
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: xorg-xf86bigfontproto
    5 
    6 name=xorg-xf86bigfontproto-32
    7 version=1.2.0
    8 release=1
    9 source=(http://xorg.freedesktop.org/releases/individual/proto/xf86bigfontproto-$version.tar.bz2)
   10 
   11 build() {
   12 	cd xf86bigfontproto-$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