diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:38 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:38 +0200 |
commit | 435480f665ac3ba5ee0ddfa56ec6abcd13222741 (patch) | |
tree | e706dbaafb4b876974507a57bff6d31c59c52683 /xorg/xorg-libfs | |
parent | 2aa4fcdd951e46c616baeec3e8a20cae56b63d86 (diff) | |
download | nutyx-extra-435480f665ac3ba5ee0ddfa56ec6abcd13222741.tar.gz nutyx-extra-435480f665ac3ba5ee0ddfa56ec6abcd13222741.tar.bz2 nutyx-extra-435480f665ac3ba5ee0ddfa56ec6abcd13222741.tar.xz nutyx-extra-435480f665ac3ba5ee0ddfa56ec6abcd13222741.zip |
xorg-libfs dans extra
Diffstat (limited to 'xorg/xorg-libfs')
-rw-r--r-- | xorg/xorg-libfs/.footprint.i686 | 13 | ||||
-rw-r--r-- | xorg/xorg-libfs/.footprint.x86_64 | 13 | ||||
-rw-r--r-- | xorg/xorg-libfs/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg/xorg-libfs/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg/xorg-libfs/Pkgfile | 21 |
5 files changed, 0 insertions, 49 deletions
diff --git a/xorg/xorg-libfs/.footprint.i686 b/xorg/xorg-libfs/.footprint.i686 deleted file mode 100644 index 77d49fb70..000000000 --- a/xorg/xorg-libfs/.footprint.i686 +++ /dev/null @@ -1,13 +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/fonts/ --rw-r--r-- root/root usr/include/X11/fonts/FSlib.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libFS.a --rwxr-xr-x root/root usr/lib/libFS.la -lrwxrwxrwx root/root usr/lib/libFS.so -> libFS.so.6.0.0 -lrwxrwxrwx root/root usr/lib/libFS.so.6 -> libFS.so.6.0.0 --rwxr-xr-x root/root usr/lib/libFS.so.6.0.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/libfs.pc diff --git a/xorg/xorg-libfs/.footprint.x86_64 b/xorg/xorg-libfs/.footprint.x86_64 deleted file mode 100644 index 77d49fb70..000000000 --- a/xorg/xorg-libfs/.footprint.x86_64 +++ /dev/null @@ -1,13 +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/fonts/ --rw-r--r-- root/root usr/include/X11/fonts/FSlib.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libFS.a --rwxr-xr-x root/root usr/lib/libFS.la -lrwxrwxrwx root/root usr/lib/libFS.so -> libFS.so.6.0.0 -lrwxrwxrwx root/root usr/lib/libFS.so.6 -> libFS.so.6.0.0 --rwxr-xr-x root/root usr/lib/libFS.so.6.0.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/libfs.pc diff --git a/xorg/xorg-libfs/.md5sum.i686 b/xorg/xorg-libfs/.md5sum.i686 deleted file mode 100644 index e2bbae694..000000000 --- a/xorg/xorg-libfs/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -8e68a3a6f3cac936042b240b20d1fb7d libFS-1.0.3.tar.bz2 diff --git a/xorg/xorg-libfs/.md5sum.x86_64 b/xorg/xorg-libfs/.md5sum.x86_64 deleted file mode 100644 index e2bbae694..000000000 --- a/xorg/xorg-libfs/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -8e68a3a6f3cac936042b240b20d1fb7d libFS-1.0.3.tar.bz2 diff --git a/xorg/xorg-libfs/Pkgfile b/xorg/xorg-libfs/Pkgfile deleted file mode 100644 index 2a55eb4a3..000000000 --- a/xorg/xorg-libfs/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: X Font Service client library -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: xorg-xproto, xorg-fontsproto, xorg-xtrans -# Run on: xorg-xtrans - -name=xorg-libfs -version=1.0.3 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/lib/libFS-$version.tar.bz2) - -build() { - cd libFS-$version - - ./configure $XORG_CONFIG - - make - make DESTDIR=$PKG install - rm -r $PKG/usr/share -} |