diff options
author | tnut <tnut at nutyx dot com> | 2012-01-08 12:25:45 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-08 12:25:45 +0100 |
commit | 364eb3f4561747275c1649fda3fd60c1c16632f9 (patch) | |
tree | f65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/xorg-printproto | |
parent | 9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff) | |
download | nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2 nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip |
Suppression des ports extra
Diffstat (limited to 'extra/xorg-printproto')
-rw-r--r-- | extra/xorg-printproto/.footprint.i686 | 9 | ||||
-rw-r--r-- | extra/xorg-printproto/.footprint.x86_64 | 9 | ||||
-rw-r--r-- | extra/xorg-printproto/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/xorg-printproto/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | extra/xorg-printproto/Pkgfile | 17 |
5 files changed, 0 insertions, 37 deletions
diff --git a/extra/xorg-printproto/.footprint.i686 b/extra/xorg-printproto/.footprint.i686 deleted file mode 100644 index 2a1eeb39b..000000000 --- a/extra/xorg-printproto/.footprint.i686 +++ /dev/null @@ -1,9 +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/Print.h --rw-r--r-- root/root usr/include/X11/extensions/Printstr.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/printproto.pc diff --git a/extra/xorg-printproto/.footprint.x86_64 b/extra/xorg-printproto/.footprint.x86_64 deleted file mode 100644 index 2a1eeb39b..000000000 --- a/extra/xorg-printproto/.footprint.x86_64 +++ /dev/null @@ -1,9 +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/Print.h --rw-r--r-- root/root usr/include/X11/extensions/Printstr.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/printproto.pc diff --git a/extra/xorg-printproto/.md5sum.i686 b/extra/xorg-printproto/.md5sum.i686 deleted file mode 100644 index 6131d2a66..000000000 --- a/extra/xorg-printproto/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -99d0e25feea2fead7d8325b7000b41c3 printproto-1.0.5.tar.bz2 diff --git a/extra/xorg-printproto/.md5sum.x86_64 b/extra/xorg-printproto/.md5sum.x86_64 deleted file mode 100644 index 6131d2a66..000000000 --- a/extra/xorg-printproto/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -99d0e25feea2fead7d8325b7000b41c3 printproto-1.0.5.tar.bz2 diff --git a/extra/xorg-printproto/Pkgfile b/extra/xorg-printproto/Pkgfile deleted file mode 100755 index 7ddb229ff..000000000 --- a/extra/xorg-printproto/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: paquet d'entête pour Xorg -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch - -name=xorg-printproto -version=1.0.5 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/proto/printproto-$version.tar.bz2) - -build() { - cd printproto-$version - ./configure $XORG_CONFIG - make - make DESTDIR=$PKG install - rm -rf $PKG/$XORG_PREFIX/share -} |