diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/xorg-xineramaproto/.footprint.i686 | 8 | ||||
-rw-r--r-- | base/xorg-xineramaproto/.footprint.x86_64 | 8 | ||||
-rw-r--r-- | base/xorg-xineramaproto/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/xorg-xineramaproto/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/xorg-xineramaproto/Pkgfile | 16 |
5 files changed, 0 insertions, 34 deletions
diff --git a/base/xorg-xineramaproto/.footprint.i686 b/base/xorg-xineramaproto/.footprint.i686 deleted file mode 100644 index 840691e0e..000000000 --- a/base/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/base/xorg-xineramaproto/.footprint.x86_64 b/base/xorg-xineramaproto/.footprint.x86_64 deleted file mode 100644 index 840691e0e..000000000 --- a/base/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/base/xorg-xineramaproto/.md5sum.i686 b/base/xorg-xineramaproto/.md5sum.i686 deleted file mode 100644 index 1f627b193..000000000 --- a/base/xorg-xineramaproto/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -9959fe0bfb22a0e7260433b8d199590a xineramaproto-1.2.1.tar.bz2 diff --git a/base/xorg-xineramaproto/.md5sum.x86_64 b/base/xorg-xineramaproto/.md5sum.x86_64 deleted file mode 100644 index 1f627b193..000000000 --- a/base/xorg-xineramaproto/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -9959fe0bfb22a0e7260433b8d199590a xineramaproto-1.2.1.tar.bz2 diff --git a/base/xorg-xineramaproto/Pkgfile b/base/xorg-xineramaproto/Pkgfile deleted file mode 100644 index 771fcb2d9..000000000 --- a/base/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 -} |