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

Maxime Gauduin alucryd at archlinux.org
Tue Jul 3 15:11:30 UTC 2018


    Date: Tuesday, July 3, 2018 @ 15:11:29
  Author: alucryd
Revision: 351036

archrelease: copy trunk to community-testing-x86_64

Added:
  jansson/repos/community-testing-x86_64/
  jansson/repos/community-testing-x86_64/PKGBUILD
    (from rev 351035, jansson/trunk/PKGBUILD)

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

Copied: jansson/repos/community-testing-x86_64/PKGBUILD (from rev 351035, jansson/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-07-03 15:11:29 UTC (rev 351036)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dave Reisner <d at falconindy.com>
+
+pkgname=jansson
+pkgver=2.11
+pkgrel=1
+pkgdesc='C library for encoding, decoding and manipulating JSON data'
+arch=('x86_64')
+url='http://www.digip.org/jansson/'
+depends=('glibc')
+license=('MIT')
+options=('staticlibs')
+source=("http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc})
+sha256sums=('783132e2fc970feefc2fa54199ef65ee020bd8e0e991a78ea44b8586353a0947'
+            'SKIP')
+validpgpkeys=('B5D6953E6D5059ED7ADA0F2FD3657D24D058434C') # Petri Lehtinen <petri at digip.org>
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list