Fixed json-c

This commit is contained in:
Radu 2012-01-27 12:18:18 +00:00
parent 17737755d3
commit 5ecca2d22c

View File

@ -13,11 +13,14 @@ 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"
depends=($_basepkgname)
license=('GPL')
source=("http://oss.metaparadigm.com/${_basepkgname}/${_basepkgname}-${pkgver}.tar.gz")
md5sums=('3a13d264528dcbaf3931b0cede24abae')
build() {
export CC="gcc -m32"
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
cd "${srcdir}/${_basepkgname}-${pkgver}"
./configure --prefix=/usr --libdir=/usr/lib32
make