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, 0 insertions, 18 deletions
diff --git a/xorg-cf-files/Pkgfile b/xorg-cf-files/Pkgfile
deleted file mode 100755
index f9303c08b..000000000
--- a/xorg-cf-files/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-}