[arch-commits] CVS update of extra/lib/taglib-sharp (PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Mar 24 11:23:04 UTC 2008


    Date: Monday, March 24, 2008 @ 07:23:04
  Author: jgc
    Path: /home/cvs-extra/extra/lib/taglib-sharp

   Added: PKGBUILD (1.1)

upgpkg: taglib-sharp 2.0.3.0-1
    Import from AUR. Disable docs for now, as it needs monodoc 1.9 to build those


----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)


Index: extra/lib/taglib-sharp/PKGBUILD
diff -u /dev/null extra/lib/taglib-sharp/PKGBUILD:1.1
--- /dev/null	Mon Mar 24 07:23:04 2008
+++ extra/lib/taglib-sharp/PKGBUILD	Mon Mar 24 07:23:04 2008
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD,v 1.1 2008/03/24 11:23:04 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Carlos Ruiz <cailovirtual at gmail.com>
+
+pkgname=taglib-sharp
+pkgver=2.0.3.0
+pkgrel=1
+pkgdesc="Free and Open Source library for the .NET 2.0 and Mono frameworks which will let you tag your software with as much or as little detail as you like without slowing you down."
+url="http://www.taglib-sharp.com/Main_Page"
+license=('LGPL2')
+arch=('i686' 'x86_64')
+depends=('mono>=1.2.6')
+source=(http://www.taglib-sharp.com/Download/${pkgname}-${pkgver}.tar.gz)
+md5sums=('aa2c344760c8f4d878957fd4600155a5')
+
+build() {
+  export MONO_SHARED_DIR="${startdir}/src/.wabi"
+  mkdir -p "${MONO_SHARED_DIR}"
+
+  cd ${startdir}/src/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-docs || return 1
+  make || return 1
+  make DESTDIR=${startdir}/pkg install || return 1
+}




More information about the arch-commits mailing list