From 71d4aab9cb48293483f8d17d6ed8755fbed56957 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sun, 25 Aug 2013 02:40:54 -0300 Subject: [PATCH] New package: taglib-sharp-2.1.0.0. --- srcpkgs/taglib-sharp/template | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 srcpkgs/taglib-sharp/template diff --git a/srcpkgs/taglib-sharp/template b/srcpkgs/taglib-sharp/template new file mode 100755 index 0000000000..18d696d889 --- /dev/null +++ b/srcpkgs/taglib-sharp/template @@ -0,0 +1,26 @@ +# 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 " +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 + } +}