[arch-commits] Commit in libexif/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue May 19 08:49:18 UTC 2020


    Date: Tuesday, May 19, 2020 @ 08:49:18
  Author: felixonmars
Revision: 386483

archrelease: copy trunk to staging-x86_64

Added:
  libexif/repos/staging-x86_64/
  libexif/repos/staging-x86_64/PKGBUILD
    (from rev 386482, libexif/trunk/PKGBUILD)

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

Copied: libexif/repos/staging-x86_64/PKGBUILD (from rev 386482, libexif/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-19 08:49:18 UTC (rev 386483)
@@ -0,0 +1,24 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=libexif
+pkgver=0.6.21
+pkgrel=4
+pkgdesc="A library to parse an EXIF file and read the data from those tags"
+arch=(x86_64)
+license=('LGPL')
+url="https://sourceforge.net/projects/libexif"
+depends=('glibc')
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list