diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 23:03:36 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 23:03:36 +0100 |
commit | 248dd602a357fc6b21c58a6e327c4d90762d2dcc (patch) | |
tree | 97c7ca3b89aa1c46ff8ab77f3306ebb5e2d41c53 /xorg | |
parent | 7dfe02ffcc73ca212d3f0f7c3f67dc7aa2975393 (diff) | |
download | nutyx-pakxe-248dd602a357fc6b21c58a6e327c4d90762d2dcc.tar.gz nutyx-pakxe-248dd602a357fc6b21c58a6e327c4d90762d2dcc.tar.bz2 nutyx-pakxe-248dd602a357fc6b21c58a6e327c4d90762d2dcc.tar.xz nutyx-pakxe-248dd602a357fc6b21c58a6e327c4d90762d2dcc.zip |
Ajout de xorg-xinit#1.1.0-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xinit/.footprint | 12 | ||||
-rw-r--r-- | xorg/xorg-xinit/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xinit/Pkgfile | 18 |
3 files changed, 31 insertions, 0 deletions
diff --git a/xorg/xorg-xinit/.footprint b/xorg/xorg-xinit/.footprint new file mode 100644 index 000000000..b8d62ce81 --- /dev/null +++ b/xorg/xorg-xinit/.footprint @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/startx +-rwxr-xr-x root/root usr/bin/xinit +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/X11/ +drwxr-xr-x root/root usr/lib/X11/xinit/ +-rw-r--r-- root/root usr/lib/X11/xinit/xinitrc +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/startx.1.gz +-rw-r--r-- root/root usr/man/man1/xinit.1.gz diff --git a/xorg/xorg-xinit/.md5sum b/xorg/xorg-xinit/.md5sum new file mode 100644 index 000000000..d649dc921 --- /dev/null +++ b/xorg/xorg-xinit/.md5sum @@ -0,0 +1 @@ +9144097186c3d2454beffe8ac3b53c6e xinit-1.1.0.tar.bz2 diff --git a/xorg/xorg-xinit/Pkgfile b/xorg/xorg-xinit/Pkgfile new file mode 100644 index 000000000..e33fc6055 --- /dev/null +++ b/xorg/xorg-xinit/Pkgfile @@ -0,0 +1,18 @@ +# Description: X Window System initializer +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-server + +name=xorg-xinit +version=1.1.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xinit-$version.tar.bz2) + +build() { + cd xinit-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |