diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:35:42 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:35:42 +0100 |
commit | 361172ede23764fd0f2520d08abcde4b29616172 (patch) | |
tree | 027f9161a14c52c5becda9756e28a1449ea326f5 | |
parent | a3d2a35c3f244f71e68cb07ce3173f91c705e048 (diff) | |
download | nutyx-extra-361172ede23764fd0f2520d08abcde4b29616172.tar.gz nutyx-extra-361172ede23764fd0f2520d08abcde4b29616172.tar.bz2 nutyx-extra-361172ede23764fd0f2520d08abcde4b29616172.tar.xz nutyx-extra-361172ede23764fd0f2520d08abcde4b29616172.zip |
Ajout de xorg-inputproto#1.5.1-1
-rw-r--r-- | xorg/xorg-inputproto/.footprint | 10 | ||||
-rw-r--r-- | xorg/xorg-inputproto/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-inputproto/Pkgfile | 17 |
3 files changed, 28 insertions, 0 deletions
diff --git a/xorg/xorg-inputproto/.footprint b/xorg/xorg-inputproto/.footprint new file mode 100644 index 000000000..44845f505 --- /dev/null +++ b/xorg/xorg-inputproto/.footprint @@ -0,0 +1,10 @@ +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/XI.h +-rw-r--r-- root/root usr/include/X11/extensions/XInput.h +-rw-r--r-- root/root usr/include/X11/extensions/XIproto.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/inputproto.pc diff --git a/xorg/xorg-inputproto/.md5sum b/xorg/xorg-inputproto/.md5sum new file mode 100644 index 000000000..dc3637ce1 --- /dev/null +++ b/xorg/xorg-inputproto/.md5sum @@ -0,0 +1 @@ +b646a2632c8df99120e4db2bc574a5df inputproto-1.5.1.tar.bz2 diff --git a/xorg/xorg-inputproto/Pkgfile b/xorg/xorg-inputproto/Pkgfile new file mode 100644 index 000000000..f7f3c8081 --- /dev/null +++ b/xorg/xorg-inputproto/Pkgfile @@ -0,0 +1,17 @@ +# Description: xorg proto inputproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-inputproto +version=1.5.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/inputproto-$version.tar.bz2) + +build() { + cd inputproto-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |