wok-next annotate anacron/receipt @ rev 21638

updated fail2ban (0.9.0 -> 0.11.1)
author Hans-G?nter Theisgen
date Fri Jun 26 15:26:10 2020 +0100 (2020-06-26)
parents 11b5e93cb5f2
children
rev   line source
al@20797 1 # SliTaz package receipt v2.
pascal@14572 2
pascal@14572 3 PACKAGE="anacron"
pascal@14572 4 VERSION="2.3"
pascal@14572 5 CATEGORY="utilities"
al@20797 6 SHORT_DESC="Periodic command scheduler"
pascal@14572 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@14789 9 WEB_SITE="http://anacron.sourceforge.net/"
al@20797 10
pascal@14572 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14572 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@14572 13
al@20797 14 compile_rules() {
al@20797 15 sed -i 's|usr/man|usr/share/man|' Makefile
al@20797 16 sed -i 's/const int isleap/int isleap/' gregor.c
pascal@14572 17
al@20797 18 make PREFIX=$install &&
al@20797 19 make PREFIX=$install install || return 1
pascal@14572 20 }
pascal@14572 21
al@20797 22 genpkg_rules() {
al@20797 23 copy @std
pascal@14572 24 }