diff --git a/srcpkgs/taglib-sharp/template b/srcpkgs/taglib-sharp/template deleted file mode 100644 index 5369420f35d..00000000000 --- a/srcpkgs/taglib-sharp/template +++ /dev/null @@ -1,21 +0,0 @@ -# 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 " -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 -}