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 /base | |
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 'base')
-rw-r--r-- | base/xorg-trapproto/.footprint.i686 | 14 | ||||
-rw-r--r-- | base/xorg-trapproto/.footprint.x86_64 | 14 | ||||
-rw-r--r-- | base/xorg-trapproto/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/xorg-trapproto/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/xorg-trapproto/Pkgfile | 17 |
5 files changed, 47 insertions, 0 deletions
diff --git a/base/xorg-trapproto/.footprint.i686 b/base/xorg-trapproto/.footprint.i686 new file mode 100644 index 000000000..a7830ba05 --- /dev/null +++ b/base/xorg-trapproto/.footprint.i686 @@ -0,0 +1,14 @@ +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/base/xorg-trapproto/.footprint.x86_64 b/base/xorg-trapproto/.footprint.x86_64 new file mode 100644 index 000000000..a7830ba05 --- /dev/null +++ b/base/xorg-trapproto/.footprint.x86_64 @@ -0,0 +1,14 @@ +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/base/xorg-trapproto/.md5sum.i686 b/base/xorg-trapproto/.md5sum.i686 new file mode 100644 index 000000000..fa12e0f0f --- /dev/null +++ b/base/xorg-trapproto/.md5sum.i686 @@ -0,0 +1 @@ +3b713239e5e6b269b31cb665563358df trapproto-3.4.3.tar.bz2 diff --git a/base/xorg-trapproto/.md5sum.x86_64 b/base/xorg-trapproto/.md5sum.x86_64 new file mode 100644 index 000000000..fa12e0f0f --- /dev/null +++ b/base/xorg-trapproto/.md5sum.x86_64 @@ -0,0 +1 @@ +3b713239e5e6b269b31cb665563358df trapproto-3.4.3.tar.bz2 diff --git a/base/xorg-trapproto/Pkgfile b/base/xorg-trapproto/Pkgfile new file mode 100644 index 000000000..fd244c3a9 --- /dev/null +++ b/base/xorg-trapproto/Pkgfile @@ -0,0 +1,17 @@ +# 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 +} |