contrib/libcddb/Pkgfile

19 lines
381 B
Plaintext
Raw Normal View History

2007-04-11 02:42:27 +10: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-11 02:42:27 +10:00
name=libcddb
2009-04-07 23:19:33 +10:00
version=1.3.2
release=2
source=(http://download.sourceforge.net/$name/$name-$version.tar.bz2)
2007-04-11 02:42:27 +10:00
build() {
2009-03-07 12:13:58 +11:00
cd $name-$version
2007-04-11 02:42:27 +10:00
./configure --prefix=/usr \
--without-cdio
2007-04-11 02:42:27 +10:00
make
make DESTDIR=$PKG install
}