taglib-sharp: misc tweak; rev bump.
This commit is contained in:
parent
381889a3c8
commit
19dd856556
|
@ -1,18 +1,20 @@
|
||||||
# Template file for 'taglib-sharp'
|
# Template file for 'taglib-sharp'
|
||||||
pkgname=taglib-sharp
|
pkgname=taglib-sharp
|
||||||
version=2.1.0.0
|
version=2.1.0.0
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="https://github.com/mono/taglib-sharp/archive/taglib-sharp-${version}.tar.gz"
|
distfiles="https://github.com/mono/taglib-sharp/archive/taglib-sharp-${version}.tar.gz"
|
||||||
checksum="8221fccfc2e834eebb24404f2c0ca26b2788af646a172266f89627a5d339bdec"
|
checksum="8221fccfc2e834eebb24404f2c0ca26b2788af646a172266f89627a5d339bdec"
|
||||||
build_style=gnu-configure
|
build_style="gnu-configure"
|
||||||
hostmakedepends="automake pkg-config"
|
|
||||||
configure_ags=" --disable-docs"
|
configure_ags=" --disable-docs"
|
||||||
|
hostmakedepends="pkg-config automake"
|
||||||
makedepends="mono"
|
makedepends="mono"
|
||||||
only_for_archs="i686 x86_64"
|
maintainer="Steven R <dev@styez.com>"
|
||||||
maintainer="Steven R <strob AT styez DOT com>"
|
|
||||||
homepage="https://github.com/mono/taglib-sharp"
|
homepage="https://github.com/mono/taglib-sharp"
|
||||||
license="LGPL2"
|
license="LGPL-2"
|
||||||
short_desc="LIbrary for reading and writing metadata in media files"
|
short_desc="LIbrary for reading and writing metadata in media files"
|
||||||
|
|
||||||
|
create_srcdir="yes"
|
||||||
|
only_for_archs="i686 x86_64"
|
||||||
wrksrc="taglib-sharp-taglib-sharp-${version}"
|
wrksrc="taglib-sharp-taglib-sharp-${version}"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Reference in New Issue