summaryrefslogtreecommitdiffstats
path: root/test/libcddb/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-27 19:18:58 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-27 19:18:58 +0100
commit08a10fca542a593217115633c460c31946c542ea (patch)
tree427ce58d08f3c1500d6a5d0cbf3c6aae8fbe5726 /test/libcddb/Pkgfile
parentefdadaddd50fa4e1f8671fb49ba3c0016fc7d296 (diff)
downloadnutyx-extra-08a10fca542a593217115633c460c31946c542ea.tar.gz
nutyx-extra-08a10fca542a593217115633c460c31946c542ea.tar.bz2
nutyx-extra-08a10fca542a593217115633c460c31946c542ea.tar.xz
nutyx-extra-08a10fca542a593217115633c460c31946c542ea.zip
libcddb dans extra
Diffstat (limited to 'test/libcddb/Pkgfile')
-rw-r--r--test/libcddb/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/test/libcddb/Pkgfile b/test/libcddb/Pkgfile
deleted file mode 100644
index b479a19d5..000000000
--- a/test/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
-}