diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-trapproto/.footprint.i686 | 14 | ||||
-rw-r--r-- | xorg/xorg-trapproto/.footprint.x86_64 | 14 | ||||
-rw-r--r-- | xorg/xorg-trapproto/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg/xorg-trapproto/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg/xorg-trapproto/Pkgfile | 17 |
5 files changed, 0 insertions, 47 deletions
diff --git a/xorg/xorg-trapproto/.footprint.i686 b/xorg/xorg-trapproto/.footprint.i686 deleted file mode 100644 index a7830ba05..000000000 --- a/xorg/xorg-trapproto/.footprint.i686 +++ /dev/null @@ -1,14 +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/xtrapbits.h --rw-r--r-- root/root usr/include/X11/extensions/xtrapddmi.h --rw-r--r-- root/root usr/include/X11/extensions/xtrapdi.h --rw-r--r-- root/root usr/include/X11/extensions/xtrapemacros.h --rw-r--r-- root/root usr/include/X11/extensions/xtraplib.h --rw-r--r-- root/root usr/include/X11/extensions/xtraplibp.h --rw-r--r-- root/root usr/include/X11/extensions/xtrapproto.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/trapproto.pc diff --git a/xorg/xorg-trapproto/.footprint.x86_64 b/xorg/xorg-trapproto/.footprint.x86_64 deleted file mode 100644 index a7830ba05..000000000 --- a/xorg/xorg-trapproto/.footprint.x86_64 +++ /dev/null @@ -1,14 +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/xtrapbits.h --rw-r--r-- root/root usr/include/X11/extensions/xtrapddmi.h --rw-r--r-- root/root usr/include/X11/extensions/xtrapdi.h --rw-r--r-- root/root usr/include/X11/extensions/xtrapemacros.h --rw-r--r-- root/root usr/include/X11/extensions/xtraplib.h --rw-r--r-- root/root usr/include/X11/extensions/xtraplibp.h --rw-r--r-- root/root usr/include/X11/extensions/xtrapproto.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/trapproto.pc diff --git a/xorg/xorg-trapproto/.md5sum.i686 b/xorg/xorg-trapproto/.md5sum.i686 deleted file mode 100644 index fa12e0f0f..000000000 --- a/xorg/xorg-trapproto/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -3b713239e5e6b269b31cb665563358df trapproto-3.4.3.tar.bz2 diff --git a/xorg/xorg-trapproto/.md5sum.x86_64 b/xorg/xorg-trapproto/.md5sum.x86_64 deleted file mode 100644 index fa12e0f0f..000000000 --- a/xorg/xorg-trapproto/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -3b713239e5e6b269b31cb665563358df trapproto-3.4.3.tar.bz2 diff --git a/xorg/xorg-trapproto/Pkgfile b/xorg/xorg-trapproto/Pkgfile deleted file mode 100644 index fd244c3a9..000000000 --- a/xorg/xorg-trapproto/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: xorg proto trapproto -# URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu - -name=xorg-trapproto -version=3.4.3 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/proto/trapproto-$version.tar.bz2) - -build() { - cd trapproto-$version - - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install -} |