23 lines
723 B
Text
23 lines
723 B
Text
# Template file for 'libid3tag'
|
|
pkgname=libid3tag
|
|
version=0.15.1b
|
|
revision=4
|
|
distfiles="ftp://ftp.mars.org/pub/mpeg/$pkgname-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
makedepends="pkg-config zlib-devel"
|
|
short_desc="ID3 tag library, part of MAD (MPEG Audio Decoder)"
|
|
homepage="http://sourceforge.net/projects/mad/"
|
|
license="GPL-2+"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151
|
|
long_desc="
|
|
libid3tag is a library for reading and (eventually) writing ID3
|
|
tags, both ID3v1 and the various versions of ID3v2."
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
post_install()
|
|
{
|
|
install -D -m644 ${FILESDIR}/id3tag.pc \
|
|
${DESTDIR}/usr/lib/pkgconfig/id3tag.pc || return 1
|
|
}
|