json-c 0.11 and libee 0.4.1

This commit is contained in:
AlmAck 2013-07-17 21:25:11 +02:00
parent cc23ef0904
commit b2d0288053
2 changed files with 13 additions and 16 deletions

View File

@ -1,30 +1,27 @@
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# Maintainer: Daniele Cocca <jmc@chakra-project.org>
# 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:

View File

@ -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}