From b2d028805390f45f3e5ef8c428c9dae425956121 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Wed, 17 Jul 2013 21:25:11 +0200 Subject: [PATCH] json-c 0.11 and libee 0.4.1 --- json-c/PKGBUILD | 23 ++++++++++------------- libee/PKGBUILD | 6 +++--- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/json-c/PKGBUILD b/json-c/PKGBUILD index 6ff6727ce..fae617084 100644 --- a/json-c/PKGBUILD +++ b/json-c/PKGBUILD @@ -1,30 +1,27 @@ # # Chakra Packages for Chakra, part of chakra-project.org # -# Maintainer: Daniele Cocca - -# include global config -source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=json-c -pkgver=0.9 +pkgver=0.11 pkgrel=1 pkgdesc="JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects." -arch=('i686' 'x86_64') -url="http://oss.metaparadigm.com/json-c" -license=('GPL') -source=("http://oss.metaparadigm.com/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('3a13d264528dcbaf3931b0cede24abae') +arch=('x86_64') +url="https://github.com/json-c/json-c/wiki" +license=('MIT') +depends=(glibc) +options=(!libtool !makeflags) +source=(https://s3.amazonaws.com/${pkgname}_releases/releases/$pkgname-${pkgver}.tar.gz) +sha256sums=('28dfc65145dc0d4df1dfe7701ac173c4e5f9347176c8983edbfac9149494448c') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr + ./configure --prefix=/usr --disable-static make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" } - -# vim:set ts=2 sw=2 et: diff --git a/libee/PKGBUILD b/libee/PKGBUILD index c470a208b..38a0dff55 100644 --- a/libee/PKGBUILD +++ b/libee/PKGBUILD @@ -4,16 +4,16 @@ # maintainer: abveritas[at]chakra-project[dot]org> pkgname=libee -pkgver=0.4.0 +pkgver=0.4.1 pkgrel=1 pkgdesc="Event expression library inspired by CEE" url="http://www.libee.org/" -arch=('i686' 'x86_64') +arch=('x86_64') license=('LGPL2.1') depends=('libestr' 'glibc') options=(!libtool) source=("http://www.libee.org/files/download/libee-$pkgver.tar.gz") -md5sums=('257a23d5cc8f211fb99464a462bc92cd') +md5sums=('7bbf4160876c12db6193c06e2badedb2') build() { cd ${srcdir}/${pkgname}-${pkgver}