diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:44 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:44 +0200 |
commit | 206b0f36d6659bde010632daeb12ec4dcec514e9 (patch) | |
tree | cba028796ffc12320a424af6c4959dbe8c75e272 /extra/xorg-xinit/Pkgfile | |
parent | 0a8a1ea5c58defe0a9c9a9fc70fa2d6170775d5d (diff) | |
download | nutyx-extra-206b0f36d6659bde010632daeb12ec4dcec514e9.tar.gz nutyx-extra-206b0f36d6659bde010632daeb12ec4dcec514e9.tar.bz2 nutyx-extra-206b0f36d6659bde010632daeb12ec4dcec514e9.tar.xz nutyx-extra-206b0f36d6659bde010632daeb12ec4dcec514e9.zip |
xorg-xinit dans extra
Diffstat (limited to 'extra/xorg-xinit/Pkgfile')
-rw-r--r-- | extra/xorg-xinit/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/xorg-xinit/Pkgfile b/extra/xorg-xinit/Pkgfile new file mode 100644 index 000000000..a4464fa86 --- /dev/null +++ b/extra/xorg-xinit/Pkgfile @@ -0,0 +1,20 @@ +# 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 +} |