contrib/libcddb/Pkgfile

19 lines
381 B
Plaintext

# Description: Library to access and submit data on a CDDB server.
# URL: http://libcddb.sourceforge.net/
# Maintainer: John McQuah, jmcquah at disroot dot org
name=libcddb
version=1.3.2
release=2
source=(http://download.sourceforge.net/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--without-cdio
make
make DESTDIR=$PKG install
}