[arch-commits] Commit in libtaginfo/repos (multilib-x86_64 multilib-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 31 01:56:51 UTC 2018


    Date: Thursday, May 31, 2018 @ 01:56:50
  Author: felixonmars
Revision: 333793

archrelease: copy trunk to multilib-x86_64

Added:
  libtaginfo/repos/multilib-x86_64/
  libtaginfo/repos/multilib-x86_64/PKGBUILD
    (from rev 333792, libtaginfo/trunk/PKGBUILD)

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

Copied: libtaginfo/repos/multilib-x86_64/PKGBUILD (from rev 333792, libtaginfo/trunk/PKGBUILD)
===================================================================
--- multilib-x86_64/PKGBUILD	                        (rev 0)
+++ multilib-x86_64/PKGBUILD	2018-05-31 01:56:50 UTC (rev 333793)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libtaginfo
+pkgver=0.2.1
+pkgrel=3
+pkgdesc="Library for reading media metadata"
+arch=('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")
+sha512sums=('f1a79b1f7ea12bce10c82c0a4106f855c95b6efeef25e7548fc629d4f8977f50fe62637426a53ec0333902d5e2a81980c189719d030d7f85897ecfa8cbb1ba41')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list