diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 15:41:07 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 15:41:07 +0200 |
commit | 7c41687092bdf7cba53640fe22b8957e690efe24 (patch) | |
tree | d5e1111004a15b7498ab7ebff77a3f456cdf4531 /extra | |
parent | 6efc357b13cb6ea3b2898cf5cdedec32048d1241 (diff) | |
download | nutyx-extra-7c41687092bdf7cba53640fe22b8957e690efe24.tar.gz nutyx-extra-7c41687092bdf7cba53640fe22b8957e690efe24.tar.bz2 nutyx-extra-7c41687092bdf7cba53640fe22b8957e690efe24.tar.xz nutyx-extra-7c41687092bdf7cba53640fe22b8957e690efe24.zip |
xorg-xineramaproto dans extra
Diffstat (limited to 'extra')
-rw-r--r-- | extra/xorg-xineramaproto/.footprint.i686 | 8 | ||||
-rw-r--r-- | extra/xorg-xineramaproto/.footprint.x86_64 | 8 | ||||
-rw-r--r-- | extra/xorg-xineramaproto/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/xorg-xineramaproto/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/xorg-xineramaproto/Pkgfile | 16 |
5 files changed, 34 insertions, 0 deletions
diff --git a/extra/xorg-xineramaproto/.footprint.i686 b/extra/xorg-xineramaproto/.footprint.i686 new file mode 100644 index 000000000..840691e0e --- /dev/null +++ b/extra/xorg-xineramaproto/.footprint.i686 @@ -0,0 +1,8 @@ +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/panoramiXproto.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xineramaproto.pc diff --git a/extra/xorg-xineramaproto/.footprint.x86_64 b/extra/xorg-xineramaproto/.footprint.x86_64 new file mode 100644 index 000000000..840691e0e --- /dev/null +++ b/extra/xorg-xineramaproto/.footprint.x86_64 @@ -0,0 +1,8 @@ +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/panoramiXproto.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xineramaproto.pc diff --git a/extra/xorg-xineramaproto/.md5sum.i686 b/extra/xorg-xineramaproto/.md5sum.i686 new file mode 100644 index 000000000..1f627b193 --- /dev/null +++ b/extra/xorg-xineramaproto/.md5sum.i686 @@ -0,0 +1 @@ +9959fe0bfb22a0e7260433b8d199590a xineramaproto-1.2.1.tar.bz2 diff --git a/extra/xorg-xineramaproto/.md5sum.x86_64 b/extra/xorg-xineramaproto/.md5sum.x86_64 new file mode 100644 index 000000000..1f627b193 --- /dev/null +++ b/extra/xorg-xineramaproto/.md5sum.x86_64 @@ -0,0 +1 @@ +9959fe0bfb22a0e7260433b8d199590a xineramaproto-1.2.1.tar.bz2 diff --git a/extra/xorg-xineramaproto/Pkgfile b/extra/xorg-xineramaproto/Pkgfile new file mode 100644 index 000000000..771fcb2d9 --- /dev/null +++ b/extra/xorg-xineramaproto/Pkgfile @@ -0,0 +1,16 @@ +# Description: xorg proto xineramaproto +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=xorg-xineramaproto +version=1.2.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/xineramaproto-$version.tar.bz2) + +build() { + cd xineramaproto-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install +} |