void-packages/srcpkgs/taglib/template

35 lines
1,007 B
Text
Raw Normal View History

# Template file for 'taglib'
pkgname=taglib
2013-10-08 06:57:57 +00:00
version=1.9
revision=1
build_style=cmake
configure_args="-DWITH_MP4=ON -DWITH_ASF=ON"
hostmakedepends="pkg-config cmake"
short_desc="Library for accessing ID tags in various media files"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-09-22 09:53:59 +00:00
homepage="http://developer.kde.org/~wheeler/taglib.html"
license="LGPL-2.1, MPL-1.1"
2013-10-08 06:57:57 +00:00
distfiles="http://${pkgname}.github.io/releases/${pkgname}-${version}.tar.gz"
checksum=99b5bd4b131fbadfebc21891b0960fd6fc6076aa88b676e9e841628b5ae66927
long_desc="
TagLib is a library for reading and editing the meta-data of several popular
audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg
Vorbis comments and ID3 tags and Vorbis comments in FLAC files."
taglib-devel_package() {
depends="zlib-devel taglib>=${version}"
2013-10-08 06:57:57 +00:00
short_desc+=" - development files"
pkg_install() {
vmove usr/bin
vmove usr/include
vmove usr/lib/pkgconfig
2013-10-08 06:57:57 +00:00
vmove "usr/lib/*.so"
}
}
taglib_package() {
pkg_install() {
2013-10-08 06:57:57 +00:00
vmove all
}
}