diff options
author | sibel <lesibel@free.fr> | 2011-03-03 12:20:19 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-03 12:20:19 +0100 |
commit | 2837eb05714407ff6bfeaa9961635225562d616c (patch) | |
tree | 1203baa1a60e9a883b280524e091bfc67c06242d /xorg/xorg-xf86rushproto | |
parent | fa308b1bf35b4c50f29207a84c24da9f8c993a52 (diff) | |
download | nutyx-extra-2837eb05714407ff6bfeaa9961635225562d616c.tar.gz nutyx-extra-2837eb05714407ff6bfeaa9961635225562d616c.tar.bz2 nutyx-extra-2837eb05714407ff6bfeaa9961635225562d616c.tar.xz nutyx-extra-2837eb05714407ff6bfeaa9961635225562d616c.zip |
xorg-xf86rushproto, deplacé dans base
Diffstat (limited to 'xorg/xorg-xf86rushproto')
-rw-r--r-- | xorg/xorg-xf86rushproto/.footprint.i686 | 9 | ||||
-rw-r--r-- | xorg/xorg-xf86rushproto/.footprint.x86_64 | 9 | ||||
-rw-r--r-- | xorg/xorg-xf86rushproto/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg/xorg-xf86rushproto/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg/xorg-xf86rushproto/Pkgfile | 17 |
5 files changed, 0 insertions, 37 deletions
diff --git a/xorg/xorg-xf86rushproto/.footprint.i686 b/xorg/xorg-xf86rushproto/.footprint.i686 deleted file mode 100644 index f52e5ea04..000000000 --- a/xorg/xorg-xf86rushproto/.footprint.i686 +++ /dev/null @@ -1,9 +0,0 @@ -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/.footprint.x86_64 b/xorg/xorg-xf86rushproto/.footprint.x86_64 deleted file mode 100644 index f52e5ea04..000000000 --- a/xorg/xorg-xf86rushproto/.footprint.x86_64 +++ /dev/null @@ -1,9 +0,0 @@ -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.i686 b/xorg/xorg-xf86rushproto/.md5sum.i686 deleted file mode 100644 index 5abb8d1d3..000000000 --- a/xorg/xorg-xf86rushproto/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -b6a96ffdae084e27487a58314008b000 xf86rushproto-1.1.2.tar.bz2 diff --git a/xorg/xorg-xf86rushproto/.md5sum.x86_64 b/xorg/xorg-xf86rushproto/.md5sum.x86_64 deleted file mode 100644 index 5abb8d1d3..000000000 --- a/xorg/xorg-xf86rushproto/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -b6a96ffdae084e27487a58314008b000 xf86rushproto-1.1.2.tar.bz2 diff --git a/xorg/xorg-xf86rushproto/Pkgfile b/xorg/xorg-xf86rushproto/Pkgfile deleted file mode 100644 index 77376bd6a..000000000 --- a/xorg/xorg-xf86rushproto/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# 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 -} |