diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 18:13:09 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 18:13:09 +0100 |
commit | 3b3be640bc836c05427f3a88ca537c67dd29e6dd (patch) | |
tree | 3d1b4ed54c1440f8528c60458f9ed7ab9c99d865 /extra/libcddb | |
parent | 09229e9aa34ff727d19aa69bf8c3196f82d77a02 (diff) | |
download | nutyx-pakxe-3b3be640bc836c05427f3a88ca537c67dd29e6dd.tar.gz nutyx-pakxe-3b3be640bc836c05427f3a88ca537c67dd29e6dd.tar.bz2 nutyx-pakxe-3b3be640bc836c05427f3a88ca537c67dd29e6dd.tar.xz nutyx-pakxe-3b3be640bc836c05427f3a88ca537c67dd29e6dd.zip |
libcddb dans test
Diffstat (limited to 'extra/libcddb')
-rw-r--r-- | extra/libcddb/.footprint | 22 | ||||
-rw-r--r-- | extra/libcddb/.md5sum | 1 | ||||
-rw-r--r-- | extra/libcddb/Pkgfile | 23 |
3 files changed, 0 insertions, 46 deletions
diff --git a/extra/libcddb/.footprint b/extra/libcddb/.footprint deleted file mode 100644 index 71ac08814..000000000 --- a/extra/libcddb/.footprint +++ /dev/null @@ -1,22 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/cddb_query -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/cddb/ --rw-r--r-- root/root usr/include/cddb/cddb.h --rw-r--r-- root/root usr/include/cddb/cddb_cmd.h --rw-r--r-- root/root usr/include/cddb/cddb_config.h --rw-r--r-- root/root usr/include/cddb/cddb_conn.h --rw-r--r-- root/root usr/include/cddb/cddb_disc.h --rw-r--r-- root/root usr/include/cddb/cddb_error.h --rw-r--r-- root/root usr/include/cddb/cddb_log.h --rw-r--r-- root/root usr/include/cddb/cddb_site.h --rw-r--r-- root/root usr/include/cddb/cddb_track.h --rw-r--r-- root/root usr/include/cddb/version.h -drwxr-xr-x root/root usr/lib/ --rwxr-xr-x root/root usr/lib/libcddb.la -lrwxrwxrwx root/root usr/lib/libcddb.so -> libcddb.so.2.2.3 -lrwxrwxrwx root/root usr/lib/libcddb.so.2 -> libcddb.so.2.2.3 --rwxr-xr-x root/root usr/lib/libcddb.so.2.2.3 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/libcddb.pc diff --git a/extra/libcddb/.md5sum b/extra/libcddb/.md5sum deleted file mode 100644 index dc62f7a42..000000000 --- a/extra/libcddb/.md5sum +++ /dev/null @@ -1 +0,0 @@ -8bb4a6f542197e8e9648ae597cd6bc8a libcddb-1.3.2.tar.bz2 diff --git a/extra/libcddb/Pkgfile b/extra/libcddb/Pkgfile deleted file mode 100644 index b479a19d5..000000000 --- a/extra/libcddb/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# Description: Bibliothèque pour accéder à un serveur CDDB et soumettre \ -# des données -# URL: http://libcddb.sourceforge.net/ -# Maintainer: Danny Rawlins <monster dot romster at gmail dot com> -# Packager: Han Boetes <han at mijncomputer dot nl> -# Depends on: libcdio - -name=libcddb -version=1.3.2 -release=1 -source=( http://downloads.sourceforge.net/$name/$name-$version.tar.bz2 ) - -build() { - cd $name-$version - - ./configure \ - --prefix=/usr \ - --disable-nls \ - --disable-static - - make - make DESTDIR=$PKG install -} |