wok-next annotate 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
rev   line source
al@20550 1 # SliTaz package receipt v2.
mallory@2718 2
mallory@2718 3 PACKAGE="libconfuse"
slaxemulator@6564 4 VERSION="2.7"
mallory@2718 5 CATEGORY="misc"
al@20550 6 SHORT_DESC="Configuration file parser library"
mallory@2718 7 MAINTAINER="mallory@sweetpeople.org"
pascal@15472 8 LICENSE="ISC"
mallory@2718 9 WEB_SITE="http://www.nongnu.org/confuse/"
al@20550 10
al@20550 11 TARBALL="confuse-$VERSION.tar.gz"
al@20550 12 WGET_URL="http://savannah.nongnu.org/download/confuse/$TARBALL"
mallory@2718 13
al@19675 14 BUILD_DEPENDS="gettext"
pascal@15472 15
al@20550 16 compile_rules() {
al@20575 17 ./configure $CONFIGURE_ARGS &&
al@20575 18 fix libtool &&
al@20550 19 sed -i 's/ -Werror//' src/Makefile &&
al@20550 20 make &&
al@20550 21 make DESTDIR=$DESTDIR install
mallory@2718 22 }
mallory@2718 23
al@20550 24 genpkg_rules() {
al@20550 25 copy @dev *.la # static lib .a + .la
mallory@2718 26 }