diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:38:18 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:38:18 +0200 |
commit | 172f9c8ffa56c9d83229f67d95d5060cc004a383 (patch) | |
tree | 140373539fc8200c54aa38220da3b894b98adad4 /base | |
parent | 32383913ed8a20d3ba1776f9386ba8a15e984df0 (diff) | |
download | nutyx-pakxe-172f9c8ffa56c9d83229f67d95d5060cc004a383.tar.gz nutyx-pakxe-172f9c8ffa56c9d83229f67d95d5060cc004a383.tar.bz2 nutyx-pakxe-172f9c8ffa56c9d83229f67d95d5060cc004a383.tar.xz nutyx-pakxe-172f9c8ffa56c9d83229f67d95d5060cc004a383.zip |
libopendaap dans extra
Diffstat (limited to 'base')
-rw-r--r-- | base/libopendaap/.footprint.i686 | 17 | ||||
-rw-r--r-- | base/libopendaap/.footprint.x86_64 | 17 | ||||
-rw-r--r-- | base/libopendaap/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/libopendaap/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/libopendaap/Pkgfile | 18 |
5 files changed, 0 insertions, 54 deletions
diff --git a/base/libopendaap/.footprint.i686 b/base/libopendaap/.footprint.i686 deleted file mode 100644 index 0432889bf..000000000 --- a/base/libopendaap/.footprint.i686 +++ /dev/null @@ -1,17 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/daap/ --rw-r--r-- root/root usr/include/daap/client.h --rw-r--r-- root/root usr/include/daap/portability.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libopendaap.a --rwxr-xr-x root/root usr/lib/libopendaap.la -lrwxrwxrwx root/root usr/lib/libopendaap.so -> libopendaap.so.0.1.0 -lrwxrwxrwx root/root usr/lib/libopendaap.so.0 -> libopendaap.so.0.1.0 --rwxr-xr-x root/root usr/lib/libopendaap.so.0.1.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/opendaap.pc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man3/ --rw-r--r-- root/root usr/share/man/man3/libopendaap.3.gz diff --git a/base/libopendaap/.footprint.x86_64 b/base/libopendaap/.footprint.x86_64 deleted file mode 100644 index 0432889bf..000000000 --- a/base/libopendaap/.footprint.x86_64 +++ /dev/null @@ -1,17 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/daap/ --rw-r--r-- root/root usr/include/daap/client.h --rw-r--r-- root/root usr/include/daap/portability.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libopendaap.a --rwxr-xr-x root/root usr/lib/libopendaap.la -lrwxrwxrwx root/root usr/lib/libopendaap.so -> libopendaap.so.0.1.0 -lrwxrwxrwx root/root usr/lib/libopendaap.so.0 -> libopendaap.so.0.1.0 --rwxr-xr-x root/root usr/lib/libopendaap.so.0.1.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/opendaap.pc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man3/ --rw-r--r-- root/root usr/share/man/man3/libopendaap.3.gz diff --git a/base/libopendaap/.md5sum.i686 b/base/libopendaap/.md5sum.i686 deleted file mode 100644 index 21434f295..000000000 --- a/base/libopendaap/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -4edf92ac18c6ab8c05be7a4eb64a8a8d libopendaap-0.4.0.tar.bz2 diff --git a/base/libopendaap/.md5sum.x86_64 b/base/libopendaap/.md5sum.x86_64 deleted file mode 100644 index 21434f295..000000000 --- a/base/libopendaap/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -4edf92ac18c6ab8c05be7a4eb64a8a8d libopendaap-0.4.0.tar.bz2 diff --git a/base/libopendaap/Pkgfile b/base/libopendaap/Pkgfile deleted file mode 100644 index e70d7cd5f..000000000 --- a/base/libopendaap/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: Le protocol Digital Audio Acces Protocol -# URL: http://daap.sourceforge.net/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: - -name=libopendaap -version=0.4.0 -release=1 -source=(http://craz.net/programs/itunes/files/$name-$version.tar.bz2) -build() { - cd $name-$version - ./configure --prefix=/usr \ - --mandir=/usr/share/man - make - make DESTDIR=$PKG install - chown -R root:root $PKG -} |