wok-next annotate anacron/receipt @ rev 20841

p11-kit: configure asks for glib2
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 20 08:39:52 2018 +0000 (2018-06-20)
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 }