wok-next view libconfig/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents 0ec6086e21d6
children d5aab818505e
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="libconfig-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 }