wok-next view libconfig/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents e7a485521d6a
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libconfig"
4 VERSION="1.7.2"
5 CATEGORY="misc"
6 SHORT_DESC="C/C++ Configuration File Library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://hyperrealm.com/libconfig/libconfig.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/hyperrealm/libconfig/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="automake libtool texinfo"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 #? # See: https://github.com/hyperrealm/libconfig/issues/47
19 # rm lib/scanner.c
21 # mkdir build
22 # cd build
23 # cmake .. &&
24 #
25 #
26 autoreconf -vi &&
27 ./configure $CONFIGURE_ARGS &&
28 fix libtool &&
29 make &&
30 make install
31 }
33 genpkg_rules() {
34 case $PACKAGE in
35 libconfig) copy @std;;
36 *-dev) copy @dev;;
37 esac
38 }