opt/libfastjson/Pkgfile

17 lines
385 B
Plaintext

# Description: A fast JSON library for C
# URL: https://github.com/rsyslog/libfastjson
# Maintainer: Matt Housh, jaeger at crux dot ninja
name=libfastjson
version=0.99.9
release=1
source=(https://github.com/rsyslog/$name/archive/v${version}/$name-$version.tar.gz)
build() {
cd $name-$version
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}