summaryrefslogtreecommitdiff
path: root/libcddb
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2014-02-16 00:37:16 +1100
committerDanny Rawlins <monster.romster@gmail.com>2014-02-16 02:56:00 +1100
commitd094cb5cf28cc92cf1c56e0d0a61fabf08f09a9f (patch)
tree6540f3a20f5a73c8c1bc5097aabc00b5600cc4f0 /libcddb
parent6eb68a3af3c73242c350be41931ca382fb6d6660 (diff)
downloadcontrib-d094cb5cf28cc92cf1c56e0d0a61fabf08f09a9f.tar.gz
contrib-d094cb5cf28cc92cf1c56e0d0a61fabf08f09a9f.tar.xz
libcddb: remove --disable-static and remove dependency libcdio
Diffstat (limited to 'libcddb')
-rw-r--r--libcddb/.footprint1
-rw-r--r--libcddb/Pkgfile8
2 files changed, 3 insertions, 6 deletions
diff --git a/libcddb/.footprint b/libcddb/.footprint
index 71ac08814..dacbfa11b 100644
--- a/libcddb/.footprint
+++ b/libcddb/.footprint
@@ -14,6 +14,7 @@ drwxr-xr-x root/root usr/include/cddb/
-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/
+-rw-r--r-- root/root usr/lib/libcddb.a
-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
diff --git a/libcddb/Pkgfile b/libcddb/Pkgfile
index b7fd0e9f7..dd8ede560 100644
--- a/libcddb/Pkgfile
+++ b/libcddb/Pkgfile
@@ -2,20 +2,16 @@
# 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
+release=2
source=(http://download.sourceforge.net/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
- ./configure \
- --prefix=/usr \
- --disable-nls \
- --disable-static
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install

Generated by cgit