wok-next view jansson/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents 417f77dae192
children 0ec6086e21d6
line source
1 # SliTaz package receipt v2.
3 PACKAGE="jansson"
4 VERSION="2.10"
5 CATEGORY="x-window"
6 SHORT_DESC="C library for encoding, decoding and manipulating JSON data"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.digip.org/jansson/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://www.digip.org/jansson/releases/$TARBALL"
14 SPLIT="jansson-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS && make && make install
18 }
20 genpkg_rules() {
21 case $PACKAGE in
22 jansson) copy @std;;
23 *-dev) copy @dev;;
24 esac
25 }