wok-next annotate fcron/receipt @ rev 21640
updated fbgrab (1.2 -> 1.3.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 26 15:42:40 2020 +0100 (2020-06-26) |
parents | 757d032c55c7 |
children | d8bae70f9c2d |
rev | line source |
---|---|
al@20534 | 1 # SliTaz package receipt v2. |
erjo@4192 | 2 |
erjo@4192 | 3 PACKAGE="fcron" |
erjo@4192 | 4 VERSION="3.0.4" |
erjo@4192 | 5 CATEGORY="network" |
erjo@4192 | 6 SHORT_DESC="Periodical command scheduler" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
pascal@15593 | 8 LICENSE="GPL" |
al@20534 | 9 WEB_SITE="http://fcron.free.fr/" |
al@20534 | 10 |
erjo@4192 | 11 TARBALL="$PACKAGE-$VERSION.src.tar.gz" |
erjo@4192 | 12 WGET_URL="http://fcron.free.fr/archives/$TARBALL" |
erjo@4192 | 13 |
pascal@15594 | 14 BUILD_DEPENDS="perl" |
pascal@15593 | 15 |
al@20534 | 16 compile_rules() { |
erjo@4192 | 17 ./configure \ |
erjo@4192 | 18 --without-sendmail \ |
erjo@4192 | 19 --with-username=nobody \ |
erjo@4192 | 20 --with-groupname=nogroup \ |
erjo@4192 | 21 --with-pam=no \ |
erjo@4192 | 22 --with-selinux=no \ |
erjo@4192 | 23 --with-answer-all=no \ |
erjo@4192 | 24 --with-boot-install=no \ |
erjo@4192 | 25 --with-editor=/bin/vi \ |
erjo@4192 | 26 --with-sysfcrontab=yes \ |
erjo@4192 | 27 $CONFIGURE_ARGS && |
al@20534 | 28 make && |
al@21020 | 29 make -j1 DESTDIR=$install install || return 1 |
al@20534 | 30 |
al@20534 | 31 install -Dm755 $stuff/fcron $install/etc/init.d/fcron |
erjo@4192 | 32 } |
erjo@4192 | 33 |
al@20534 | 34 genpkg_rules() { |
al@20534 | 35 copy @std |
al@20534 | 36 TAGS="cron scheduler" |
erjo@4192 | 37 } |