extra/libid3tag: new aport

This commit is contained in:
Carlo Lanmdeter 2009-03-05 14:47:05 +00:00
parent 4f690851a9
commit 87f8eb8ec3

27
extra/libid3tag/APKBUILD Normal file
View File

@ -0,0 +1,27 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=libid3tag
pkgver=0.15.1b
pkgrel=0
pkgdesc="id3 tagger for mp3"
url="http://www.underbit.com/products/mad/"
license="GPL"
depends="zlib"
makedepends="uclibc++-dev zlib-dev"
install=
subpackages="$pkgname-dev"
source="ftp://ftp.mars.org/pub/mpeg/libid3tag-0.15.1b.tar.gz"
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make || return 1
make DESTDIR="$pkgdir" install
}
md5sums="e5808ad997ba32c498803822078748c3 libid3tag-0.15.1b.tar.gz"