summaryrefslogtreecommitdiffstats
path: root/extra/libcddb/Pkgfile
blob: cef00e4d811906622fa899a922f61b734c081ca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Description: Bibliothèque pour accéder à un serveur CDDB et soumettre \
# des données
# 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
# Run on: libcdio

name=libcddb
version=1.3.2
release=1
source=( http://downloads.sourceforge.net/$name/$name-$version.tar.bz2 )

build() {
	cd $name-$version

	./configure \
		--prefix=/usr \
		--disable-nls \
		--disable-static

	make
	make DESTDIR=$PKG install
}