[arch-commits] Commit in libtaginfo/repos (4 files)
Felix Yan
fyan at nymeria.archlinux.org
Tue Oct 22 06:06:52 UTC 2013
Date: Tuesday, October 22, 2013 @ 08:06:52
Author: fyan
Revision: 98979
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 98978, libtaginfo/trunk/PKGBUILD)
libtaginfo/repos/community-testing-x86_64/
libtaginfo/repos/community-testing-x86_64/PKGBUILD
(from rev 98978, 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 98978, libtaginfo/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-22 06:06:52 UTC (rev 98979)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=libtaginfo
+pkgver=0.1.6
+pkgrel=2
+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=('781361a667767e8553735682d63670ca')
Copied: libtaginfo/repos/community-testing-x86_64/PKGBUILD (from rev 98978, libtaginfo/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2013-10-22 06:06:52 UTC (rev 98979)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=libtaginfo
+pkgver=0.1.6
+pkgrel=2
+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=('781361a667767e8553735682d63670ca')
More information about the arch-commits
mailing list