[arch-commits] Commit in (4 files)

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


    Date: Thursday, March 7, 2013 @ 13:56:57
  Author: fyan
Revision: 85808

add libtaginfo (new dependency for xnoise)

Added:
  libtaginfo/
  libtaginfo/repos/
  libtaginfo/trunk/
  libtaginfo/trunk/PKGBUILD

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

Added: libtaginfo/trunk/PKGBUILD
===================================================================
--- libtaginfo/trunk/PKGBUILD	                        (rev 0)
+++ libtaginfo/trunk/PKGBUILD	2013-03-07 12:56:57 UTC (rev 85808)
@@ -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')


Property changes on: libtaginfo/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list