wok-next annotate log4c/receipt @ rev 20766

childsplay: up (3.3); tiny edits.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 04:36:32 2018 +0300 (2018-06-06)
parents 757d032c55c7
children f48456621a9d
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"
erjo@13410 7 MAINTAINER="erjo@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
erjo@13410 9 WEB_SITE="http://log4c.sourceforge.net"
al@20459 10
erjo@13410 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@13410 12 WGET_URL="http://prdownloads.sourceforge.net/log4c/$TARBALL"
erjo@13410 13
al@20459 14 SPLIT="log4c-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 }