wok-next annotate log4c/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents f48456621a9d
children
rev   line source
al@20459 1 # SliTaz package receipt v2.
erjo@13410 2
erjo@13410 3 PACKAGE="log4c"
erjo@13410 4 VERSION="1.2.1"
erjo@13410 5 CATEGORY="system-tools"
erjo@13410 6 SHORT_DESC="Logging for C Library"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
al@21020 9 WEB_SITE="http://log4c.sourceforge.net/"
al@20459 10
erjo@13410 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21017 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
erjo@13410 13
al@21017 14 SPLIT="$PACKAGE-dev"
erjo@13410 15
al@20459 16 compile_rules() {
al@20534 17 ./configure $CONFIGURE_ARGS &&
al@20595 18 fix libtool &&
al@20534 19 make &&
al@20534 20 make install || return 1
al@20534 21
al@20534 22 mv $install/etc/log4crc.sample $install/etc/log4crc
erjo@13410 23 }
erjo@13410 24
al@20459 25 genpkg_rules() {
al@20459 26 case $PACKAGE in
al@20534 27 log4c) copy @std;;
al@20534 28 *-dev) copy @dev;;
al@20459 29 esac
erjo@13410 30 }