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

Felix Yan fyan at nymeria.archlinux.org
Thu Mar 7 12:58:21 UTC 2013


    Date: Thursday, March 7, 2013 @ 13:58:21
  Author: fyan
Revision: 85809

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 85808, libtaginfo/trunk/PKGBUILD)
  libtaginfo/repos/community-testing-x86_64/
  libtaginfo/repos/community-testing-x86_64/PKGBUILD
    (from rev 85808, 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 85808, libtaginfo/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-03-07 12:58:21 UTC (rev 85809)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=libtaginfo
+pkgver=0.1.3
+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 "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+md5sums=('8bbeea26697c05d346d1607401c8f1db')

Copied: libtaginfo/repos/community-testing-x86_64/PKGBUILD (from rev 85808, libtaginfo/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-03-07 12:58:21 UTC (rev 85809)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=libtaginfo
+pkgver=0.1.3
+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 "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+md5sums=('8bbeea26697c05d346d1607401c8f1db')




More information about the arch-commits mailing list