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

Generated by cgit