From d094cb5cf28cc92cf1c56e0d0a61fabf08f09a9f Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sun, 16 Feb 2014 00:37:16 +1100 Subject: libcddb: remove --disable-static and remove dependency libcdio --- libcddb/.footprint | 1 + libcddb/Pkgfile | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) (limited to 'libcddb') 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 -- cgit v1.2.3