diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 23:00:57 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 23:00:57 +0100 |
commit | 00a4ea314c45f8d9c647f09b526f3587184a3000 (patch) | |
tree | 57f0d4b189374fdae9d7728f2791861680acd817 | |
parent | 772479a18da9e61b12730686fb617bb88f560759 (diff) | |
download | nutyx-pakxe-00a4ea314c45f8d9c647f09b526f3587184a3000.tar.gz nutyx-pakxe-00a4ea314c45f8d9c647f09b526f3587184a3000.tar.bz2 nutyx-pakxe-00a4ea314c45f8d9c647f09b526f3587184a3000.tar.xz nutyx-pakxe-00a4ea314c45f8d9c647f09b526f3587184a3000.zip |
Ajout de xorg-xf86rushproto#1.1.2-1
-rw-r--r-- | xorg/xorg-xf86rushproto/.footprint | 9 | ||||
-rw-r--r-- | xorg/xorg-xf86rushproto/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xf86rushproto/Pkgfile | 17 |
3 files changed, 27 insertions, 0 deletions
diff --git a/xorg/xorg-xf86rushproto/.footprint b/xorg/xorg-xf86rushproto/.footprint new file mode 100644 index 000000000..f52e5ea04 --- /dev/null +++ b/xorg/xorg-xf86rushproto/.footprint @@ -0,0 +1,9 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/X11/ +drwxr-xr-x root/root usr/include/X11/extensions/ +-rw-r--r-- root/root usr/include/X11/extensions/xf86rush.h +-rw-r--r-- root/root usr/include/X11/extensions/xf86rushstr.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xf86rushproto.pc diff --git a/xorg/xorg-xf86rushproto/.md5sum b/xorg/xorg-xf86rushproto/.md5sum new file mode 100644 index 000000000..5abb8d1d3 --- /dev/null +++ b/xorg/xorg-xf86rushproto/.md5sum @@ -0,0 +1 @@ +b6a96ffdae084e27487a58314008b000 xf86rushproto-1.1.2.tar.bz2 diff --git a/xorg/xorg-xf86rushproto/Pkgfile b/xorg/xorg-xf86rushproto/Pkgfile new file mode 100644 index 000000000..77376bd6a --- /dev/null +++ b/xorg/xorg-xf86rushproto/Pkgfile @@ -0,0 +1,17 @@ +# Description: xorg proto xf86rushproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-xf86rushproto +version=1.1.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/xf86rushproto-$version.tar.bz2) + +build() { + cd xf86rushproto-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |