26 lines
712 B
Text
26 lines
712 B
Text
# Template file for 'taglib-sharp'
|
|
pkgname=taglib-sharp
|
|
version=2.1.0.0
|
|
revision=1
|
|
distfiles="https://github.com/mono/taglib-sharp/archive/taglib-sharp-${version}.tar.gz"
|
|
checksum="8221fccfc2e834eebb24404f2c0ca26b2788af646a172266f89627a5d339bdec"
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake pkg-config"
|
|
configure_ags=" --disable-docs"
|
|
makedepends="mono"
|
|
only_for_archs="i686 x86_64"
|
|
maintainer="Steven R <strob AT styez DOT com>"
|
|
homepage="https://github.com/mono/taglib-sharp"
|
|
license="LGPL2"
|
|
short_desc="LIbrary for reading and writing metadata in media files"
|
|
wrksrc="taglib-sharp-taglib-sharp-${version}"
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
taglib-sharp_package() {
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|