summaryrefslogtreecommitdiffstats
path: root/xorg-cf-files/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-cf-files/Pkgfile')
-rwxr-xr-xxorg-cf-files/Pkgfile18
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
+}