diff options
Diffstat (limited to 'xorg/xorg-cf-files/Pkgfile')
-rwxr-xr-x | xorg/xorg-cf-files/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg/xorg-cf-files/Pkgfile b/xorg/xorg-cf-files/Pkgfile deleted file mode 100755 index cf6e03296..000000000 --- a/xorg/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.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 -} |