opt/libtunepimp/Pkgfile
2006-03-29 07:35:22 +00:00

20 lines
570 B
Plaintext

# Description: the musicbrainz client library, and simple tagger
# URL: http://www.musicbrainz.org/products/tunepimp/download.html
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on: libvorbis, flac, libmad, libogg, expat, libmusicbrainz, libid3tag
name=libtunepimp
version=0.4.1
release=1
source=(http://ftp.musicbrainz.org/pub/musicbrainz/$name-$version.tar.gz \
$name-$version.patch)
build() {
cd $name-$version
patch -p1 < $SRC/$name-$version.patch
./configure --prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
}