21 lines
651 B
Text
21 lines
651 B
Text
# Template file for 'taglib-sharp'
|
|
pkgname=taglib-sharp
|
|
version=2.1.0.0
|
|
revision=3
|
|
distfiles="https://github.com/mono/taglib-sharp/archive/taglib-sharp-${version}.tar.gz"
|
|
checksum="8221fccfc2e834eebb24404f2c0ca26b2788af646a172266f89627a5d339bdec"
|
|
build_style="gnu-configure"
|
|
configure_args=" --disable-docs"
|
|
hostmakedepends="pkg-config automake"
|
|
makedepends="mono"
|
|
maintainer="Steven R <dev@styez.com>"
|
|
homepage="https://github.com/mono/taglib-sharp"
|
|
license="LGPL-2"
|
|
short_desc="LIbrary for reading and writing metadata in media files"
|
|
|
|
only_for_archs="i686 x86_64"
|
|
wrksrc="taglib-sharp-taglib-sharp-${version}"
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|