diff options
author | tnut <tnut at nutyx dot com> | 2012-01-08 12:25:45 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-08 12:25:45 +0100 |
commit | 364eb3f4561747275c1649fda3fd60c1c16632f9 (patch) | |
tree | f65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/capseo | |
parent | 9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff) | |
download | nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2 nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip |
Suppression des ports extra
Diffstat (limited to 'extra/capseo')
-rw-r--r-- | extra/capseo/.footprint.i686 | 15 | ||||
-rw-r--r-- | extra/capseo/.footprint.x86_64 | 15 | ||||
-rw-r--r-- | extra/capseo/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/capseo/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/capseo/Pkgfile | 21 |
5 files changed, 0 insertions, 53 deletions
diff --git a/extra/capseo/.footprint.i686 b/extra/capseo/.footprint.i686 deleted file mode 100644 index 3fc30c95e..000000000 --- a/extra/capseo/.footprint.i686 +++ /dev/null @@ -1,15 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/cpsinfo --rwxr-xr-x root/root usr/bin/cpsplay --rwxr-xr-x root/root usr/bin/cpsrecode -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/capseo.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libcapseo.a --rwxr-xr-x root/root usr/lib/libcapseo.la -lrwxrwxrwx root/root usr/lib/libcapseo.so -> libcapseo.so.0.3.0 -lrwxrwxrwx root/root usr/lib/libcapseo.so.0 -> libcapseo.so.0.3.0 --rwxr-xr-x root/root usr/lib/libcapseo.so.0.3.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/capseo.pc diff --git a/extra/capseo/.footprint.x86_64 b/extra/capseo/.footprint.x86_64 deleted file mode 100644 index 3fc30c95e..000000000 --- a/extra/capseo/.footprint.x86_64 +++ /dev/null @@ -1,15 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/cpsinfo --rwxr-xr-x root/root usr/bin/cpsplay --rwxr-xr-x root/root usr/bin/cpsrecode -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/capseo.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libcapseo.a --rwxr-xr-x root/root usr/lib/libcapseo.la -lrwxrwxrwx root/root usr/lib/libcapseo.so -> libcapseo.so.0.3.0 -lrwxrwxrwx root/root usr/lib/libcapseo.so.0 -> libcapseo.so.0.3.0 --rwxr-xr-x root/root usr/lib/libcapseo.so.0.3.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/capseo.pc diff --git a/extra/capseo/.md5sum.i686 b/extra/capseo/.md5sum.i686 deleted file mode 100644 index 8f9023516..000000000 --- a/extra/capseo/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -bd869e8c9b1081e90a44567092ea8c5e capseo-0.3.tar.gz diff --git a/extra/capseo/.md5sum.x86_64 b/extra/capseo/.md5sum.x86_64 deleted file mode 100644 index 8f9023516..000000000 --- a/extra/capseo/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -bd869e8c9b1081e90a44567092ea8c5e capseo-0.3.tar.gz diff --git a/extra/capseo/Pkgfile b/extra/capseo/Pkgfile deleted file mode 100644 index 257b30f96..000000000 --- a/extra/capseo/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: codec video temps réel -# URL: http://gitorious.org/projects/capseo/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: libtool, mesa3d, libogg -# Run on: mesa3d,libogg - -name=capseo -version=0.3 -release=1 -source=(http://kiao.no-ip.info/NuTyX/files/$name-$version.tar.gz) - -build() { -unset MAKEFLAGS -./autogen.sh -./configure --prefix=/usr -make -make DESTDIR=$PKG install -} - - |