[arch-commits] Commit in taglib-sharp/repos (4 files)

Antonio Rojas arojas at archlinux.org
Wed Oct 18 11:26:49 UTC 2017


    Date: Wednesday, October 18, 2017 @ 11:26:47
  Author: arojas
Revision: 263236

archrelease: copy trunk to community-i686, community-x86_64

Added:
  taglib-sharp/repos/community-i686/
  taglib-sharp/repos/community-i686/PKGBUILD
    (from rev 263235, taglib-sharp/trunk/PKGBUILD)
  taglib-sharp/repos/community-x86_64/
  taglib-sharp/repos/community-x86_64/PKGBUILD
    (from rev 263235, taglib-sharp/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: taglib-sharp/repos/community-i686/PKGBUILD (from rev 263235, taglib-sharp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-18 11:26:47 UTC (rev 263236)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Carlos Ruiz <cailovirtual at gmail.com>
+
+pkgname=taglib-sharp
+pkgver=2.1.0.0
+pkgrel=2
+pkgdesc="Library for reading and writing metadata in media files for Mono"
+arch=('i686' 'x86_64')
+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)
+md5sums=('815f5bdb3cd1b3a4d6bbb34de448ad9d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-docs
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: taglib-sharp/repos/community-x86_64/PKGBUILD (from rev 263235, taglib-sharp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-18 11:26:47 UTC (rev 263236)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Carlos Ruiz <cailovirtual at gmail.com>
+
+pkgname=taglib-sharp
+pkgver=2.1.0.0
+pkgrel=2
+pkgdesc="Library for reading and writing metadata in media files for Mono"
+arch=('i686' 'x86_64')
+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)
+md5sums=('815f5bdb3cd1b3a4d6bbb34de448ad9d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-docs
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



More information about the arch-commits mailing list