opt/json-c/Pkgfile
Juergen Daubert 9b357b7b1e [notify] json-c: update to 0.11
Note:
-----
becasue of the "symlink" bug [1] in pkgadd manual
interaction after building the package is required.
Use the -f, --force option to update json-c.

[1] http://crux.nu/bugs/?do=details&task_id=15
2013-04-07 09:53:44 +02:00

16 lines
368 B
Plaintext

# 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
release=1
source=(https://s3.amazonaws.com/json-c_releases/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make -j1
make DESTDIR=$PKG install
}