opt/json-c/Pkgfile

16 lines
368 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
version=0.11
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 -j1
2012-01-15 16:30:56 +01:00
make DESTDIR=$PKG install
}