summaryrefslogtreecommitdiffstats
path: root/extra/xorg-cf-files/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:02:51 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:02:51 +0200
commit02105ab1201818c2ddc0af3bf130e52ac563624f (patch)
tree8b5d05bca5b631f89074d953da312e8ddd31b26f /extra/xorg-cf-files/Pkgfile
parentead6267265999b9c62be2fdb338a99fc5c449846 (diff)
downloadnutyx-extra-02105ab1201818c2ddc0af3bf130e52ac563624f.tar.gz
nutyx-extra-02105ab1201818c2ddc0af3bf130e52ac563624f.tar.bz2
nutyx-extra-02105ab1201818c2ddc0af3bf130e52ac563624f.tar.xz
nutyx-extra-02105ab1201818c2ddc0af3bf130e52ac563624f.zip
xorg-cf-files dans extra
Diffstat (limited to 'extra/xorg-cf-files/Pkgfile')
-rwxr-xr-xextra/xorg-cf-files/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/xorg-cf-files/Pkgfile b/extra/xorg-cf-files/Pkgfile
new file mode 100755
index 000000000..f9303c08b
--- /dev/null
+++ b/extra/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
+}