diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 23:09:58 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 23:09:58 +0100 |
commit | 009825d387d676467c59ba00a48cfbc382796d74 (patch) | |
tree | 6f63b182196c7acb6b68f756b34d430a2eb3f42c | |
parent | 85efb683b3a42b0b6c5b3df4a7f51febe80cb4dd (diff) | |
download | nutyx-pakxe-009825d387d676467c59ba00a48cfbc382796d74.tar.gz nutyx-pakxe-009825d387d676467c59ba00a48cfbc382796d74.tar.bz2 nutyx-pakxe-009825d387d676467c59ba00a48cfbc382796d74.tar.xz nutyx-pakxe-009825d387d676467c59ba00a48cfbc382796d74.zip |
Ajout de xorg#7.4-2
-rw-r--r-- | xorg/xorg/.footprint | 1 | ||||
-rw-r--r-- | xorg/xorg/.md5sum | 0 | ||||
-rw-r--r-- | xorg/xorg/Pkgfile | 14 |
3 files changed, 15 insertions, 0 deletions
diff --git a/xorg/xorg/.footprint b/xorg/xorg/.footprint new file mode 100644 index 000000000..9c4dffa87 --- /dev/null +++ b/xorg/xorg/.footprint @@ -0,0 +1 @@ +drwxr-xr-x root/root usr/ diff --git a/xorg/xorg/.md5sum b/xorg/xorg/.md5sum new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/xorg/xorg/.md5sum diff --git a/xorg/xorg/Pkgfile b/xorg/xorg/Pkgfile new file mode 100644 index 000000000..15006f52b --- /dev/null +++ b/xorg/xorg/Pkgfile @@ -0,0 +1,14 @@ +# Description: x.org's implementation of X11 +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-server, xorg-xf86-input-mouse, xorg-xf86-input-keyboard, xorg-xf86-input-evdev, xorg-xf86-video-vesa, dejavu-ttf, xorg-xinit, xorg-xauth, xorg-rgb, xkeyboard-config, xorg-twm, xorg-xclock, xorg-xterm + +name=xorg +version=7.4 +release=2 +source=() + +build() { + install -d $PKG/usr +} |