mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 14:47:15 +08:00
json-c 0.11 and libee 0.4.1
This commit is contained in:
parent
cc23ef0904
commit
b2d0288053
@ -1,30 +1,27 @@
|
|||||||
#
|
#
|
||||||
# Chakra Packages for Chakra, part of chakra-project.org
|
# 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
|
pkgname=json-c
|
||||||
pkgver=0.9
|
pkgver=0.11
|
||||||
pkgrel=1
|
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."
|
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')
|
arch=('x86_64')
|
||||||
url="http://oss.metaparadigm.com/json-c"
|
url="https://github.com/json-c/json-c/wiki"
|
||||||
license=('GPL')
|
license=('MIT')
|
||||||
source=("http://oss.metaparadigm.com/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
depends=(glibc)
|
||||||
md5sums=('3a13d264528dcbaf3931b0cede24abae')
|
options=(!libtool !makeflags)
|
||||||
|
source=(https://s3.amazonaws.com/${pkgname}_releases/releases/$pkgname-${pkgver}.tar.gz)
|
||||||
|
sha256sums=('28dfc65145dc0d4df1dfe7701ac173c4e5f9347176c8983edbfac9149494448c')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr --disable-static
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
|
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim:set ts=2 sw=2 et:
|
|
||||||
|
@ -4,16 +4,16 @@
|
|||||||
# maintainer: abveritas[at]chakra-project[dot]org>
|
# maintainer: abveritas[at]chakra-project[dot]org>
|
||||||
|
|
||||||
pkgname=libee
|
pkgname=libee
|
||||||
pkgver=0.4.0
|
pkgver=0.4.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Event expression library inspired by CEE"
|
pkgdesc="Event expression library inspired by CEE"
|
||||||
url="http://www.libee.org/"
|
url="http://www.libee.org/"
|
||||||
arch=('i686' 'x86_64')
|
arch=('x86_64')
|
||||||
license=('LGPL2.1')
|
license=('LGPL2.1')
|
||||||
depends=('libestr' 'glibc')
|
depends=('libestr' 'glibc')
|
||||||
options=(!libtool)
|
options=(!libtool)
|
||||||
source=("http://www.libee.org/files/download/libee-$pkgver.tar.gz")
|
source=("http://www.libee.org/files/download/libee-$pkgver.tar.gz")
|
||||||
md5sums=('257a23d5cc8f211fb99464a462bc92cd')
|
md5sums=('7bbf4160876c12db6193c06e2badedb2')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/${pkgname}-${pkgver}
|
cd ${srcdir}/${pkgname}-${pkgver}
|
||||||
|
Loading…
Reference in New Issue
Block a user