wok-next view libconfuse/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents 0ec6086e21d6
children
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="devel@slitaz.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-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 sed -i 's/ -Werror//' src/Makefile &&
20 make &&
21 make DESTDIR=$install install
22 }
24 genpkg_rules() {
25 copy @dev *.la # static lib .a + .la
26 }