[arch-commits] Commit in taglib-sharp/repos (community-any community-any/PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Oct 18 14:05:26 UTC 2017


    Date: Wednesday, October 18, 2017 @ 14:05:25
  Author: bgyorgy
Revision: 263255

archrelease: copy trunk to community-any

Added:
  taglib-sharp/repos/community-any/
  taglib-sharp/repos/community-any/PKGBUILD
    (from rev 263254, taglib-sharp/trunk/PKGBUILD)

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

Copied: taglib-sharp/repos/community-any/PKGBUILD (from rev 263254, taglib-sharp/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2017-10-18 14:05:25 UTC (rev 263255)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Carlos Ruiz <cailovirtual at gmail.com>
+
+pkgname=taglib-sharp
+pkgver=2.1.0.0
+pkgrel=3
+pkgdesc="Library for reading and writing metadata in media files for Mono"
+arch=('any')
+url="https://github.com/mono/taglib-sharp"
+license=('LGPL2.1')
+depends=('mono')
+source=(http://download.banshee-project.org/taglib-sharp/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('713eb7d3011092a4842d0955776271e5ee7b122d7e3c7c24cffb7f96132e8179')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/gmcs/mcs/' configure{.ac,}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-docs
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list