wok-next annotate libconfuse/receipt @ rev 21722
efivar: typo in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 01 10:31:46 2020 +0000 (2020-09-01) |
parents | 0ec6086e21d6 |
children |
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" |
al@21020 | 7 MAINTAINER="devel@slitaz.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@21020 | 14 BUILD_DEPENDS="gettext-dev" |
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@21020 | 21 make DESTDIR=$install 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 } |