contrib/libcddb/Pkgfile

23 lines
490 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/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2007-04-10 18:42:27 +02:00
# Packager: Han Boetes, han at mijncomputer dot nl
2009-03-07 02:13:58 +01:00
# Depends on: libcdio
2007-04-10 18:42:27 +02:00
name=libcddb
2009-04-07 15:19:33 +02:00
version=1.3.2
2007-04-10 18:42:27 +02:00
release=1
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 \
--disable-nls \
--disable-static
make
make DESTDIR=$PKG install
}