diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-bigreqsproto/.footprint.i686 | 9 | ||||
-rw-r--r-- | xorg/xorg-bigreqsproto/.footprint.x86_64 | 9 | ||||
-rw-r--r-- | xorg/xorg-bigreqsproto/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg/xorg-bigreqsproto/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg/xorg-bigreqsproto/Pkgfile | 17 |
5 files changed, 0 insertions, 37 deletions
diff --git a/xorg/xorg-bigreqsproto/.footprint.i686 b/xorg/xorg-bigreqsproto/.footprint.i686 deleted file mode 100644 index 66ae51e79..000000000 --- a/xorg/xorg-bigreqsproto/.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/bigreqsproto.h --rw-r--r-- root/root usr/include/X11/extensions/bigreqstr.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/bigreqsproto.pc diff --git a/xorg/xorg-bigreqsproto/.footprint.x86_64 b/xorg/xorg-bigreqsproto/.footprint.x86_64 deleted file mode 100644 index 66ae51e79..000000000 --- a/xorg/xorg-bigreqsproto/.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/bigreqsproto.h --rw-r--r-- root/root usr/include/X11/extensions/bigreqstr.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/bigreqsproto.pc diff --git a/xorg/xorg-bigreqsproto/.md5sum.i686 b/xorg/xorg-bigreqsproto/.md5sum.i686 deleted file mode 100644 index a34c6256c..000000000 --- a/xorg/xorg-bigreqsproto/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -6f6c24436c2b3ab235eb14a85b9aaacf bigreqsproto-1.1.1.tar.bz2 diff --git a/xorg/xorg-bigreqsproto/.md5sum.x86_64 b/xorg/xorg-bigreqsproto/.md5sum.x86_64 deleted file mode 100644 index a34c6256c..000000000 --- a/xorg/xorg-bigreqsproto/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -6f6c24436c2b3ab235eb14a85b9aaacf bigreqsproto-1.1.1.tar.bz2 diff --git a/xorg/xorg-bigreqsproto/Pkgfile b/xorg/xorg-bigreqsproto/Pkgfile deleted file mode 100644 index 9e26d38c5..000000000 --- a/xorg/xorg-bigreqsproto/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: xorg proto bigreqsproto -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch - -name=xorg-bigreqsproto -version=1.1.1 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/proto/bigreqsproto-$version.tar.bz2) - -build() { - cd bigreqsproto-$version - ./configure $XORG_CONFIG - make - make DESTDIR=$PKG install - rm -r $PKG/$XORG_PREFIX/share -} |