opt/libmusicbrainz/Pkgfile

20 lines
469 B
Plaintext
Raw Normal View History

2012-06-23 12:24:09 +02:00
# Description: Community music metadatabase.
2006-02-23 16:26:10 +01:00
# URL: http://www.musicbrainz.org/
2014-11-10 13:25:50 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2012-06-23 12:24:09 +02:00
# Packager: Tilman Sauerbeck, tilman at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: expat
name=libmusicbrainz
2007-05-16 17:10:26 +02:00
version=2.1.5
2008-12-20 12:12:49 +01:00
release=2
2013-11-02 01:16:14 +01:00
source=(http://ftp.musicbrainz.org/pub/musicbrainz/historical/$name-$version.tar.gz
2012-06-23 12:24:09 +02:00
$name.diff)
2006-02-23 16:26:10 +01:00
build() {
2012-06-23 12:24:09 +02:00
cd $name-$version
patch -Np1 -i $SRC/$name.diff
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}