[arch-commits] Commit in libopenraw/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Tue Jul 7 20:17:31 UTC 2020
Date: Tuesday, July 7, 2020 @ 20:17:30
Author: foutrelis
Revision: 660217
archrelease: copy trunk to community-staging-x86_64
Added:
libopenraw/repos/community-staging-x86_64/
libopenraw/repos/community-staging-x86_64/PKGBUILD
(from rev 660216, libopenraw/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: libopenraw/repos/community-staging-x86_64/PKGBUILD (from rev 660216, libopenraw/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 20:17:30 UTC (rev 660217)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: <boromil at gmail.com>
+
+pkgname=libopenraw
+pkgver=0.1.3
+pkgrel=2
+pkgdesc='Library for decoding RAW files'
+arch=('x86_64')
+url='https://libopenraw.freedesktop.org/'
+license=('LGPL')
+depends=('gdk-pixbuf2')
+makedepends=('boost' 'libxml2')
+validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # Hubert Figuiere <hub at mozilla.com>
+source=("https://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2"{.asc,})
+sha256sums=('SKIP'
+ '6405634f555849eb01cb028e2a63936e7b841151ea2a1571ac5b5b10431cfab9')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: libopenraw.freedesktop.org/wiki
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list