diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 15:59:46 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 15:59:46 +0200 |
commit | 3799ead90e805b483bdc30668ae6c380ce0959d2 (patch) | |
tree | 66291d57eb2fcd5228ccdaf559a52916c2319e3b /base | |
parent | 2126d4a067ad40f8afbe3e20e6fac87e2b505ba6 (diff) | |
download | nutyx-extra-3799ead90e805b483bdc30668ae6c380ce0959d2.tar.gz nutyx-extra-3799ead90e805b483bdc30668ae6c380ce0959d2.tar.bz2 nutyx-extra-3799ead90e805b483bdc30668ae6c380ce0959d2.tar.xz nutyx-extra-3799ead90e805b483bdc30668ae6c380ce0959d2.zip |
xorg-damageproto dans extra
Diffstat (limited to 'base')
-rw-r--r-- | base/xorg-damageproto/.footprint.i686 | 9 | ||||
-rw-r--r-- | base/xorg-damageproto/.footprint.x86_64 | 9 | ||||
-rw-r--r-- | base/xorg-damageproto/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/xorg-damageproto/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/xorg-damageproto/Pkgfile | 17 |
5 files changed, 0 insertions, 37 deletions
diff --git a/base/xorg-damageproto/.footprint.i686 b/base/xorg-damageproto/.footprint.i686 deleted file mode 100644 index f2e5eefef..000000000 --- a/base/xorg-damageproto/.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/damageproto.h --rw-r--r-- root/root usr/include/X11/extensions/damagewire.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/damageproto.pc diff --git a/base/xorg-damageproto/.footprint.x86_64 b/base/xorg-damageproto/.footprint.x86_64 deleted file mode 100644 index f2e5eefef..000000000 --- a/base/xorg-damageproto/.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/damageproto.h --rw-r--r-- root/root usr/include/X11/extensions/damagewire.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/damageproto.pc diff --git a/base/xorg-damageproto/.md5sum.i686 b/base/xorg-damageproto/.md5sum.i686 deleted file mode 100644 index 412693837..000000000 --- a/base/xorg-damageproto/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -998e5904764b82642cc63d97b4ba9e95 damageproto-1.2.1.tar.bz2 diff --git a/base/xorg-damageproto/.md5sum.x86_64 b/base/xorg-damageproto/.md5sum.x86_64 deleted file mode 100644 index 412693837..000000000 --- a/base/xorg-damageproto/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -998e5904764b82642cc63d97b4ba9e95 damageproto-1.2.1.tar.bz2 diff --git a/base/xorg-damageproto/Pkgfile b/base/xorg-damageproto/Pkgfile deleted file mode 100644 index cedcddfb1..000000000 --- a/base/xorg-damageproto/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: xorg proto damageproto -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch - -name=xorg-damageproto -version=1.2.1 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/proto/damageproto-$version.tar.bz2) - -build() { - cd damageproto-$version - ./configure $XORG_CONFIG - make - make DESTDIR=$PKG install - rm -rf $PKG/$XORG_PREFIX/share -} |