wok-next view libconfuse/receipt @ rev 20800

apngopt: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 12 01:07:56 2018 +0300 (2018-06-12)
parents e545e47edffa
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libconfuse"
4 VERSION="2.7"
5 CATEGORY="misc"
6 SHORT_DESC="Configuration file parser library"
7 MAINTAINER="mallory@sweetpeople.org"
8 LICENSE="ISC"
9 WEB_SITE="http://www.nongnu.org/confuse/"
11 TARBALL="confuse-$VERSION.tar.gz"
12 WGET_URL="http://savannah.nongnu.org/download/confuse/$TARBALL"
14 BUILD_DEPENDS="gettext"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 sed -i 's/ -Werror//' src/Makefile &&
20 make &&
21 make DESTDIR=$DESTDIR install
22 }
24 genpkg_rules() {
25 copy @dev *.la # static lib .a + .la
26 }