[arch-commits] Commit in libiptcdata/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 12:52:21 UTC 2020


    Date: Tuesday, July 7, 2020 @ 12:52:21
  Author: felixonmars
Revision: 658261

archrelease: copy trunk to community-staging-x86_64

Added:
  libiptcdata/repos/community-staging-x86_64/
  libiptcdata/repos/community-staging-x86_64/PKGBUILD
    (from rev 658260, libiptcdata/trunk/PKGBUILD)

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

Copied: libiptcdata/repos/community-staging-x86_64/PKGBUILD (from rev 658260, libiptcdata/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 12:52:21 UTC (rev 658261)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=libiptcdata
+pkgver=1.0.4
+pkgrel=5
+pkgdesc="Library for manipulating the IPTC metadata"
+arch=('x86_64')
+url="http://libiptcdata.sourceforge.net/"
+license=('GPL')
+depends=('glibc')
+source=(https://downloads.sourceforge.net/sourceforge/libiptcdata/$pkgname-$pkgver.tar.gz)
+sha512sums=('8656b2febaec133d1a8783252047672bebd58ae9ceab5477c4acfa35bcc381dfda08b655a957b962878af28c69deff77d920e780c84b4debdff2f980b3de94e8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list