diff options
author | sibel <lesibel@free.fr> | 2011-03-03 12:20:00 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-03 12:20:00 +0100 |
commit | 579006f57cff5337ab317b4603be17827c1585ef (patch) | |
tree | b065a523e2e62823a07d0461163bb6ca23bd891c /xorg | |
parent | a62574bad1690cb15355d116622c9a7fe0303f5a (diff) | |
download | nutyx-extra-579006f57cff5337ab317b4603be17827c1585ef.tar.gz nutyx-extra-579006f57cff5337ab317b4603be17827c1585ef.tar.bz2 nutyx-extra-579006f57cff5337ab317b4603be17827c1585ef.tar.xz nutyx-extra-579006f57cff5337ab317b4603be17827c1585ef.zip |
xorg-scrnsaverproto, deplacé dans base
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-scrnsaverproto/.footprint.i686 | 9 | ||||
-rw-r--r-- | xorg/xorg-scrnsaverproto/.footprint.x86_64 | 9 | ||||
-rw-r--r-- | xorg/xorg-scrnsaverproto/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg/xorg-scrnsaverproto/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg/xorg-scrnsaverproto/Pkgfile | 17 |
5 files changed, 0 insertions, 37 deletions
diff --git a/xorg/xorg-scrnsaverproto/.footprint.i686 b/xorg/xorg-scrnsaverproto/.footprint.i686 deleted file mode 100644 index 25e20d5ac..000000000 --- a/xorg/xorg-scrnsaverproto/.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/saver.h --rw-r--r-- root/root usr/include/X11/extensions/saverproto.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/scrnsaverproto.pc diff --git a/xorg/xorg-scrnsaverproto/.footprint.x86_64 b/xorg/xorg-scrnsaverproto/.footprint.x86_64 deleted file mode 100644 index 25e20d5ac..000000000 --- a/xorg/xorg-scrnsaverproto/.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/saver.h --rw-r--r-- root/root usr/include/X11/extensions/saverproto.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/scrnsaverproto.pc diff --git a/xorg/xorg-scrnsaverproto/.md5sum.i686 b/xorg/xorg-scrnsaverproto/.md5sum.i686 deleted file mode 100644 index b9ddb44e9..000000000 --- a/xorg/xorg-scrnsaverproto/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -6af0f2e3369f5f74e69345e214f5fd0d scrnsaverproto-1.2.1.tar.bz2 diff --git a/xorg/xorg-scrnsaverproto/.md5sum.x86_64 b/xorg/xorg-scrnsaverproto/.md5sum.x86_64 deleted file mode 100644 index b9ddb44e9..000000000 --- a/xorg/xorg-scrnsaverproto/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -6af0f2e3369f5f74e69345e214f5fd0d scrnsaverproto-1.2.1.tar.bz2 diff --git a/xorg/xorg-scrnsaverproto/Pkgfile b/xorg/xorg-scrnsaverproto/Pkgfile deleted file mode 100644 index 5f1a65986..000000000 --- a/xorg/xorg-scrnsaverproto/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: xorg proto scrnsaverproto -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed - -name=xorg-scrnsaverproto -version=1.2.1 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/proto/scrnsaverproto-$version.tar.bz2) - -build() { - cd scrnsaverproto-$version - ./configure $XORG_CONFIG - make - make DESTDIR=$PKG install - rm -r $PKG/$XORG_PREFIX/share -} |