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