contrib/libcddb/Pkgfile

19 lines
381 B
Plaintext
Raw Normal View History

2007-04-10 18:42:27 +02:00
# Description: Library to access and submit data on a CDDB server.
# URL: http://libcddb.sourceforge.net/
# Maintainer: John McQuah, jmcquah at disroot dot org
2007-04-10 18:42:27 +02:00
name=libcddb
2009-04-07 15:19:33 +02:00
version=1.3.2
release=2
source=(http://download.sourceforge.net/$name/$name-$version.tar.bz2)
2007-04-10 18:42:27 +02:00
build() {
2009-03-07 02:13:58 +01:00
cd $name-$version
2007-04-10 18:42:27 +02:00
./configure --prefix=/usr \
--without-cdio
2007-04-10 18:42:27 +02:00
make
make DESTDIR=$PKG install
}