diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 15:51:48 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 15:51:48 +0200 |
commit | 7a5004dd19247cc196d3d75b4ecb153da4a7a0fd (patch) | |
tree | 11f1efb77b706a30594c2b19f0999bd28b7e4b20 /base | |
parent | bc307cf52998f686a4285a70ef1649fb6dc4d37d (diff) | |
download | nutyx-extra-7a5004dd19247cc196d3d75b4ecb153da4a7a0fd.tar.gz nutyx-extra-7a5004dd19247cc196d3d75b4ecb153da4a7a0fd.tar.bz2 nutyx-extra-7a5004dd19247cc196d3d75b4ecb153da4a7a0fd.tar.xz nutyx-extra-7a5004dd19247cc196d3d75b4ecb153da4a7a0fd.zip |
xorg-inputproto dans extra
Diffstat (limited to 'base')
-rw-r--r-- | base/xorg-inputproto/.footprint.i686 | 11 | ||||
-rw-r--r-- | base/xorg-inputproto/.footprint.x86_64 | 11 | ||||
-rw-r--r-- | base/xorg-inputproto/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/xorg-inputproto/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/xorg-inputproto/Pkgfile | 19 |
5 files changed, 0 insertions, 43 deletions
diff --git a/base/xorg-inputproto/.footprint.i686 b/base/xorg-inputproto/.footprint.i686 deleted file mode 100644 index c92bd6bf1..000000000 --- a/base/xorg-inputproto/.footprint.i686 +++ /dev/null @@ -1,11 +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/XI.h --rw-r--r-- root/root usr/include/X11/extensions/XI2.h --rw-r--r-- root/root usr/include/X11/extensions/XI2proto.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/base/xorg-inputproto/.footprint.x86_64 b/base/xorg-inputproto/.footprint.x86_64 deleted file mode 100644 index c92bd6bf1..000000000 --- a/base/xorg-inputproto/.footprint.x86_64 +++ /dev/null @@ -1,11 +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/XI.h --rw-r--r-- root/root usr/include/X11/extensions/XI2.h --rw-r--r-- root/root usr/include/X11/extensions/XI2proto.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/base/xorg-inputproto/.md5sum.i686 b/base/xorg-inputproto/.md5sum.i686 deleted file mode 100644 index dcfd95698..000000000 --- a/base/xorg-inputproto/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -07d54ae098ed4e6dce472f6ef3de05ce inputproto-2.0.2.tar.bz2 diff --git a/base/xorg-inputproto/.md5sum.x86_64 b/base/xorg-inputproto/.md5sum.x86_64 deleted file mode 100644 index dcfd95698..000000000 --- a/base/xorg-inputproto/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -07d54ae098ed4e6dce472f6ef3de05ce inputproto-2.0.2.tar.bz2 diff --git a/base/xorg-inputproto/Pkgfile b/base/xorg-inputproto/Pkgfile deleted file mode 100644 index d793e2692..000000000 --- a/base/xorg-inputproto/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: xorg proto inputproto -# URL: http://xorg.freedesktop.org -# Packager: tilman at crux dot nu -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu - -name=xorg-inputproto -version=2.0.2 -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 - rm -r $PKG/usr/share -} |