diff options
author | sibel <lesibel@free.fr> | 2011-03-03 12:20:22 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-03 12:20:22 +0100 |
commit | 911fe98d9ca97a5ca2bd0f9221606bd4a0127eb1 (patch) | |
tree | 8cca07e156ca45a254444a186ad08201e1599257 /xorg/xorg-xineramaproto | |
parent | 3a632194861d6860535dbdd388ddba1158b2b36f (diff) | |
download | nutyx-extra-911fe98d9ca97a5ca2bd0f9221606bd4a0127eb1.tar.gz nutyx-extra-911fe98d9ca97a5ca2bd0f9221606bd4a0127eb1.tar.bz2 nutyx-extra-911fe98d9ca97a5ca2bd0f9221606bd4a0127eb1.tar.xz nutyx-extra-911fe98d9ca97a5ca2bd0f9221606bd4a0127eb1.zip |
xorg-xineramaproto, deplacé dans base
Diffstat (limited to 'xorg/xorg-xineramaproto')
-rw-r--r-- | xorg/xorg-xineramaproto/.footprint.i686 | 8 | ||||
-rw-r--r-- | xorg/xorg-xineramaproto/.footprint.x86_64 | 8 | ||||
-rw-r--r-- | xorg/xorg-xineramaproto/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg/xorg-xineramaproto/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg/xorg-xineramaproto/Pkgfile | 16 |
5 files changed, 0 insertions, 34 deletions
diff --git a/xorg/xorg-xineramaproto/.footprint.i686 b/xorg/xorg-xineramaproto/.footprint.i686 deleted file mode 100644 index 840691e0e..000000000 --- a/xorg/xorg-xineramaproto/.footprint.i686 +++ /dev/null @@ -1,8 +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/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/xorg/xorg-xineramaproto/.footprint.x86_64 b/xorg/xorg-xineramaproto/.footprint.x86_64 deleted file mode 100644 index 840691e0e..000000000 --- a/xorg/xorg-xineramaproto/.footprint.x86_64 +++ /dev/null @@ -1,8 +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/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/xorg/xorg-xineramaproto/.md5sum.i686 b/xorg/xorg-xineramaproto/.md5sum.i686 deleted file mode 100644 index 1f627b193..000000000 --- a/xorg/xorg-xineramaproto/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -9959fe0bfb22a0e7260433b8d199590a xineramaproto-1.2.1.tar.bz2 diff --git a/xorg/xorg-xineramaproto/.md5sum.x86_64 b/xorg/xorg-xineramaproto/.md5sum.x86_64 deleted file mode 100644 index 1f627b193..000000000 --- a/xorg/xorg-xineramaproto/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -9959fe0bfb22a0e7260433b8d199590a xineramaproto-1.2.1.tar.bz2 diff --git a/xorg/xorg-xineramaproto/Pkgfile b/xorg/xorg-xineramaproto/Pkgfile deleted file mode 100644 index 771fcb2d9..000000000 --- a/xorg/xorg-xineramaproto/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# 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 -} |