diff options
author | sibel <lesibel@free.fr> | 2011-03-03 12:20:02 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-03 12:20:02 +0100 |
commit | 3f5f66599d8e2c3ef83556e89b473faf36fa5b70 (patch) | |
tree | b452929021147488cb46a24009ae5dcb8319b04e /xorg | |
parent | 579006f57cff5337ab317b4603be17827c1585ef (diff) | |
download | nutyx-extra-3f5f66599d8e2c3ef83556e89b473faf36fa5b70.tar.gz nutyx-extra-3f5f66599d8e2c3ef83556e89b473faf36fa5b70.tar.bz2 nutyx-extra-3f5f66599d8e2c3ef83556e89b473faf36fa5b70.tar.xz nutyx-extra-3f5f66599d8e2c3ef83556e89b473faf36fa5b70.zip |
xorg-trapproto, deplacé dans base
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-trapproto/.footprint.i686 | 14 | ||||
-rw-r--r-- | xorg/xorg-trapproto/.footprint.x86_64 | 14 | ||||
-rw-r--r-- | xorg/xorg-trapproto/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg/xorg-trapproto/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg/xorg-trapproto/Pkgfile | 17 |
5 files changed, 0 insertions, 47 deletions
diff --git a/xorg/xorg-trapproto/.footprint.i686 b/xorg/xorg-trapproto/.footprint.i686 deleted file mode 100644 index a7830ba05..000000000 --- a/xorg/xorg-trapproto/.footprint.i686 +++ /dev/null @@ -1,14 +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/xtrapbits.h --rw-r--r-- root/root usr/include/X11/extensions/xtrapddmi.h --rw-r--r-- root/root usr/include/X11/extensions/xtrapdi.h --rw-r--r-- root/root usr/include/X11/extensions/xtrapemacros.h --rw-r--r-- root/root usr/include/X11/extensions/xtraplib.h --rw-r--r-- root/root usr/include/X11/extensions/xtraplibp.h --rw-r--r-- root/root usr/include/X11/extensions/xtrapproto.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/trapproto.pc diff --git a/xorg/xorg-trapproto/.footprint.x86_64 b/xorg/xorg-trapproto/.footprint.x86_64 deleted file mode 100644 index a7830ba05..000000000 --- a/xorg/xorg-trapproto/.footprint.x86_64 +++ /dev/null @@ -1,14 +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/xtrapbits.h --rw-r--r-- root/root usr/include/X11/extensions/xtrapddmi.h --rw-r--r-- root/root usr/include/X11/extensions/xtrapdi.h --rw-r--r-- root/root usr/include/X11/extensions/xtrapemacros.h --rw-r--r-- root/root usr/include/X11/extensions/xtraplib.h --rw-r--r-- root/root usr/include/X11/extensions/xtraplibp.h --rw-r--r-- root/root usr/include/X11/extensions/xtrapproto.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/trapproto.pc diff --git a/xorg/xorg-trapproto/.md5sum.i686 b/xorg/xorg-trapproto/.md5sum.i686 deleted file mode 100644 index fa12e0f0f..000000000 --- a/xorg/xorg-trapproto/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -3b713239e5e6b269b31cb665563358df trapproto-3.4.3.tar.bz2 diff --git a/xorg/xorg-trapproto/.md5sum.x86_64 b/xorg/xorg-trapproto/.md5sum.x86_64 deleted file mode 100644 index fa12e0f0f..000000000 --- a/xorg/xorg-trapproto/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -3b713239e5e6b269b31cb665563358df trapproto-3.4.3.tar.bz2 diff --git a/xorg/xorg-trapproto/Pkgfile b/xorg/xorg-trapproto/Pkgfile deleted file mode 100644 index fd244c3a9..000000000 --- a/xorg/xorg-trapproto/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: xorg proto trapproto -# URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu - -name=xorg-trapproto -version=3.4.3 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/proto/trapproto-$version.tar.bz2) - -build() { - cd trapproto-$version - - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install -} |