[arch-commits] Commit in libtaginfo/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 16:34:31 UTC 2020
Date: Tuesday, July 7, 2020 @ 16:34:31
Author: felixonmars
Revision: 659304
archrelease: copy trunk to community-staging-x86_64
Added:
libtaginfo/repos/community-staging-x86_64/
libtaginfo/repos/community-staging-x86_64/PKGBUILD
(from rev 659302, libtaginfo/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: libtaginfo/repos/community-staging-x86_64/PKGBUILD (from rev 659302, libtaginfo/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 16:34:31 UTC (rev 659304)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libtaginfo
+pkgver=0.2.1
+pkgrel=4
+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