wok annotate anacron/receipt @ rev 14730

Up xorg-xf86-video-ati (7.1.0), xorg-xf86-video-fbdev (0.4.3), xorg-xf86-video-geode (2.11.14), xorg-xf86-video-i740 (1.3.4), xorg-xf86-video-neomagic (1.2.7), xorg-xf86-video-nv (2.1.20), xorg-xf86-video-s3 (0.6.5), xorg-xf86-video-trident (1.3.6), xorg-xf86-video-vesa (2.3.2), xorg-xf86-video-vmware (13.0.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 10:45:31 2013 +0200 (2013-06-13)
parents
children a7b54d88ae54
rev   line source
pascal@14572 1 # SliTaz package receipt.
pascal@14572 2
pascal@14572 3 PACKAGE="anacron"
pascal@14572 4 VERSION="2.3"
pascal@14572 5 CATEGORY="utilities"
pascal@14572 6 SHORT_DESC="Periodic command scheduler."
pascal@14572 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14572 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14572 9 WEB_SITE="http://anacron.sourceforge.net/"
pascal@14572 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@14572 11
pascal@14572 12 DEPENDS=""
pascal@14572 13 BUILD_DEPENDS=""
pascal@14572 14
pascal@14572 15 # Rules to configure and make the package.
pascal@14572 16 compile_rules()
pascal@14572 17 {
pascal@14572 18 cd $src
pascal@14572 19 sed -i "s|^PREFIX =.*|PREFIX = $DESTDIR|" Makefile
pascal@14572 20 sed -i 's/const int isleap/int isleap/' gregor.c
pascal@14572 21 make 2>&1 | grep -v Makefile:57 && make install
pascal@14572 22 }
pascal@14572 23
pascal@14572 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14572 25 genpkg_rules()
pascal@14572 26 {
pascal@14572 27 cp -a $install/* $fs
pascal@14572 28 }