wok rev 20713

updated at (3.1.13 -> 3.1.23)
author Hans-G?nter Theisgen
date Wed Feb 06 17:06:52 2019 +0100 (2019-02-06)
parents 72d496ebb1fd
children a4d9cd4fcd65
files at/receipt
line diff
     1.1 --- a/at/receipt	Wed Feb 06 16:54:35 2019 +0100
     1.2 +++ b/at/receipt	Wed Feb 06 17:06:52 2019 +0100
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="at"
     1.7 -VERSION="3.1.13"
     1.8 +VERSION="3.1.23"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Schedule commands to be executed once."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="http://packages.debian.org/lenny/at"
    1.14 +
    1.15  TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz"
    1.16  WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL"
    1.17  
    1.18 @@ -17,13 +18,14 @@
    1.19  compile_rules()
    1.20  {
    1.21  	sed -i 's|/doc|/share/doc|' Makefile*
    1.22 -	./configure --with-daemon_username=nobody \
    1.23 -	--with-daemon_groupname=nogroup \
    1.24 -	--with-atspool=/var/spool/atd \
    1.25 -	--with-jobdir=/var/spool/atd \
    1.26 -	$CONFIGURE_ARGS &&
    1.27 +	./configure \
    1.28 +		--with-daemon_username=nobody \
    1.29 +		--with-daemon_groupname=nogroup \
    1.30 +		--with-atspool=/var/spool/atd \
    1.31 +		--with-jobdir=/var/spool/atd \
    1.32 +		$CONFIGURE_ARGS &&
    1.33  	make -j1 &&
    1.34 -	make -j1 IROOT=$DESTDIR install
    1.35 +	make -j1 IROOT=$DESTDIR install || return 1
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.