opt/json-c/Pkgfile

16 lines
366 B
Plaintext
Raw Normal View History

2012-01-15 16:30:56 +01:00
# Description: JSON implementation in C
2013-06-11 18:00:31 +02:00
# URL: https://github.com/json-c/json-c/wiki
2012-01-15 16:30:56 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
name=json-c
2017-12-13 15:38:34 +01:00
version=0.13
2012-01-15 16:30:56 +01:00
release=1
2015-05-07 15:40:12 +02:00
source=(https://s3.amazonaws.com/json-c_releases/releases/$name-$version.tar.gz)
2012-01-15 16:30:56 +01:00
build() {
2015-05-07 15:40:12 +02:00
cd $name-$version
2012-01-15 16:30:56 +01:00
./configure --prefix=/usr
2016-06-21 12:18:34 +02:00
make
2012-01-15 16:30:56 +01:00
make DESTDIR=$PKG install
}