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

Felix Yan fyan at nymeria.archlinux.org
Fri Dec 13 09:39:11 UTC 2013


    Date: Friday, December 13, 2013 @ 10:39:11
  Author: fyan
Revision: 102529

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

Added:
  libtaginfo/repos/community-testing-i686/
  libtaginfo/repos/community-testing-i686/PKGBUILD
    (from rev 102528, libtaginfo/trunk/PKGBUILD)
  libtaginfo/repos/community-testing-x86_64/
  libtaginfo/repos/community-testing-x86_64/PKGBUILD
    (from rev 102528, libtaginfo/trunk/PKGBUILD)

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

Copied: libtaginfo/repos/community-testing-i686/PKGBUILD (from rev 102528, libtaginfo/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-12-13 09:39:11 UTC (rev 102529)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=libtaginfo
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="Library for reading media metadata"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/shuerhaaken/libtaginfo"
+depends=('taglib' 'gcc-libs')
+license=('GPL2')
+source=("https://bitbucket.org/shuerhaaken/libtaginfo/downloads/$pkgname-$pkgver.tar.gz")
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+md5sums=('db4358e6328609e262c291f365ec8e81')

Copied: libtaginfo/repos/community-testing-x86_64/PKGBUILD (from rev 102528, libtaginfo/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-12-13 09:39:11 UTC (rev 102529)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=libtaginfo
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="Library for reading media metadata"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/shuerhaaken/libtaginfo"
+depends=('taglib' 'gcc-libs')
+license=('GPL2')
+source=("https://bitbucket.org/shuerhaaken/libtaginfo/downloads/$pkgname-$pkgver.tar.gz")
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+md5sums=('db4358e6328609e262c291f365ec8e81')




More information about the arch-commits mailing list