summaryrefslogtreecommitdiff
path: root/xorg-cf-files/Pkgfile
blob: 5448f8fc3c03535a68c04c28221740cd0fbc9fa1 (plain)
    1 # Description: xorg configuration files
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
    4 
    5 name=xorg-cf-files
    6 version=1.0.4
    7 release=1
    8 source=(http://xorg.freedesktop.org/releases/individual/util/$name-$version.tar.bz2)
    9 
   10 build() {
   11 	cd $name-$version
   12 
   13 	./configure --prefix=/usr
   14 
   15 	make
   16 	make DESTDIR=$PKG install
   17 }

Generated by cgit