# HG changeset patch # User Hans-G?nter Theisgen # Date 1549469212 -3600 # Node ID 40c9c6b1e4c6ca2b64073751a73824d3f3afa277 # Parent 72d496ebb1fd0e622c2845e394e829fcf855aa64 updated at (3.1.13 -> 3.1.23) diff -r 72d496ebb1fd -r 40c9c6b1e4c6 at/receipt --- a/at/receipt Wed Feb 06 16:54:35 2019 +0100 +++ b/at/receipt Wed Feb 06 17:06:52 2019 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="at" -VERSION="3.1.13" +VERSION="3.1.23" CATEGORY="system-tools" SHORT_DESC="Schedule commands to be executed once." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="http://packages.debian.org/lenny/at" + TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL" @@ -17,13 +18,14 @@ compile_rules() { sed -i 's|/doc|/share/doc|' Makefile* - ./configure --with-daemon_username=nobody \ - --with-daemon_groupname=nogroup \ - --with-atspool=/var/spool/atd \ - --with-jobdir=/var/spool/atd \ - $CONFIGURE_ARGS && + ./configure \ + --with-daemon_username=nobody \ + --with-daemon_groupname=nogroup \ + --with-atspool=/var/spool/atd \ + --with-jobdir=/var/spool/atd \ + $CONFIGURE_ARGS && make -j1 && - make -j1 IROOT=$DESTDIR install + make -j1 IROOT=$DESTDIR install || return 1 } # Rules to gen a SliTaz package suitable for Tazpkg.