diff options
author | tnut <tnut at nutyx dot org> | 2012-04-03 18:01:11 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot org> | 2012-04-03 18:01:11 +0200 |
commit | 55ba00459776d78ef447c3c022fd2d5185b1c9ce (patch) | |
tree | 76d0c7299dffa0de9c8b726545b0a94673deb0d8 /xorg-cf-files/Pkgfile | |
parent | cd99c50dcdba009792602bada286d9422dbdcee7 (diff) | |
download | nutyx-pakxe-55ba00459776d78ef447c3c022fd2d5185b1c9ce.tar.gz nutyx-pakxe-55ba00459776d78ef447c3c022fd2d5185b1c9ce.tar.bz2 nutyx-pakxe-55ba00459776d78ef447c3c022fd2d5185b1c9ce.tar.xz nutyx-pakxe-55ba00459776d78ef447c3c022fd2d5185b1c9ce.zip |
ajout de xorg
Diffstat (limited to 'xorg-cf-files/Pkgfile')
-rwxr-xr-x | xorg-cf-files/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg-cf-files/Pkgfile b/xorg-cf-files/Pkgfile new file mode 100755 index 000000000..f9303c08b --- /dev/null +++ b/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.4 +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 +} |