contrib/taglib/Pkgfile
2007-11-16 13:04:30 +11:00

19 lines
467 B
Plaintext

# Description: Library to read and edit the meta-data of popular audio formats.
# URL: http://ktown.kde.org/~wheeler/taglib.html
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Mark Rosenstand, mark at borkware dot net
# Depends on:
name=taglib
version=1.4
release=1
source=(http://ktown.kde.org/~wheeler/files/src/taglib-$version.tar.gz)
build() {
cd taglib-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}