diff options
Diffstat (limited to 'xorg-xinit/Pkgfile')
-rw-r--r-- | xorg-xinit/Pkgfile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/xorg-xinit/Pkgfile b/xorg-xinit/Pkgfile deleted file mode 100644 index a4464fa86..000000000 --- a/xorg-xinit/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: Initialiseur du Système X Window -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: xorg-server -# Run on: - -name=xorg-xinit -version=1.3.1 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/app/xinit-$version.tar.bz2\ - xinitrc.patch) - -build() { - cd xinit-$version - ./configure $XORG_CONFIG - make - patch -Np1 -i ../xinitrc.patch - make DESTDIR=$PKG install -} |