libtaginfo: cross build support.

This commit is contained in:
Juan RP 2014-02-28 09:29:19 +01:00
parent c177533b55
commit 86cdb5166a
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pkgname=libtaginfo
version=0.2.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
hostmakedepends="libtool pkg-config"
makedepends="taglib-devel"
short_desc="Library for reading media metadata"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -12,6 +12,10 @@ homepage="https://bitbucket.org/shuerhaaken/libtaginfo"
distfiles="https://bitbucket.org/shuerhaaken/libtaginfo/downloads/${pkgname}-${version}.tar.gz"
checksum=7a2ef1c74fa4bd054e589582ff8ad6ff0519490777df32304580911d332d8313
pre_configure() {
libtoolize -f
}
libtaginfo-devel_package() {
depends="taglib-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"