wok-current diff at/receipt @ rev 21931
updated sord-dev (0.8.0 -> 0.16.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Oct 06 15:31:03 2019 +0100 (2019-10-06) |
parents | 53dff15e8d95 |
children | bf3c685967c6 |
line diff
1.1 --- a/at/receipt Sun Sep 09 10:21:27 2018 +0200 1.2 +++ b/at/receipt Sun Oct 06 15:31:03 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.