opt/json-c/Pkgfile

17 lines
429 B
Plaintext
Raw Normal View History

2012-01-15 16:30:56 +01:00
# Description: JSON implementation in C
# URL: http://oss.metaparadigm.com/json-c/
# Maintainer: Juergen Daubert, jue at crux dot nu
name=json-c
2013-03-20 18:23:46 +01:00
version=0.10
2012-01-15 16:30:56 +01:00
release=1
2013-03-20 18:23:46 +01:00
source=(https://s3.amazonaws.com/json-c_releases/releases/$name-$version.tar.gz)
2012-01-15 16:30:56 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2013-03-20 18:23:46 +01:00
install -m 0644 json_object_iterator.h $PKG/usr/include/json
2012-01-15 16:30:56 +01:00
}