diff options
Diffstat (limited to 'base/xorg-cf-files/Pkgfile')
-rwxr-xr-x | base/xorg-cf-files/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/base/xorg-cf-files/Pkgfile b/base/xorg-cf-files/Pkgfile new file mode 100755 index 000000000..cf6e03296 --- /dev/null +++ b/base/xorg-cf-files/Pkgfile @@ -0,0 +1,18 @@ +# Description: Fichiers de configuration pour Xorg +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=xorg-cf-files +version=1.0.3 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/util/$name-$version.tar.bz2) + +build() { + cd $name-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |