summaryrefslogtreecommitdiffstats
path: root/test/libcddb/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-27 18:13:09 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-27 18:13:09 +0100
commit3b3be640bc836c05427f3a88ca537c67dd29e6dd (patch)
tree3d1b4ed54c1440f8528c60458f9ed7ab9c99d865 /test/libcddb/Pkgfile
parent09229e9aa34ff727d19aa69bf8c3196f82d77a02 (diff)
downloadnutyx-extra-3b3be640bc836c05427f3a88ca537c67dd29e6dd.tar.gz
nutyx-extra-3b3be640bc836c05427f3a88ca537c67dd29e6dd.tar.bz2
nutyx-extra-3b3be640bc836c05427f3a88ca537c67dd29e6dd.tar.xz
nutyx-extra-3b3be640bc836c05427f3a88ca537c67dd29e6dd.zip
libcddb dans test
Diffstat (limited to 'test/libcddb/Pkgfile')
-rw-r--r--test/libcddb/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/libcddb/Pkgfile b/test/libcddb/Pkgfile
new file mode 100644
index 000000000..b479a19d5
--- /dev/null
+++ b/test/libcddb/Pkgfile
@@ -0,0 +1,23 @@
+# 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
+}