wok-6.x diff at/receipt @ rev 14847
realvnc-viewer: Add desktop menu and icon
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jul 18 01:47:28 2013 +0200 (2013-07-18) |
parents | 38414ef5967d |
children | 617dbdeb6f7e |
line diff
1.1 --- a/at/receipt Fri May 20 04:06:30 2011 +0000 1.2 +++ b/at/receipt Thu Jul 18 01:47:28 2013 +0200 1.3 @@ -1,11 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="at" 1.7 -VERSION="3.1.12" 1.8 +VERSION="3.1.13" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Schedule commands to be executed once." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 -BUILD_DEPENDS="bison flex" 1.13 +BUILD_DEPENDS="bison flex ssmtp" 1.14 TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" 1.15 WEB_SITE="http://packages.debian.org/lenny/at" 1.16 WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL" 1.17 @@ -20,16 +20,17 @@ 1.18 --with-atspool=/var/spool/atd \ 1.19 --with-jobdir=/var/spool/atd \ 1.20 $CONFIGURE_ARGS && 1.21 - make && 1.22 - make IROOT=$DESTDIR install 1.23 + make -j1 && 1.24 + make -j1 IROOT=$DESTDIR install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 - mkdir -p $fs/usr 1.31 + mkdir -p $fs/usr $fs/etc/init.d 1.32 cp -a $_pkg/usr/bin $fs/usr 1.33 cp -a $_pkg/usr/sbin $fs/usr 1.34 cp -a $_pkg/etc $fs 1.35 cp -a $_pkg/var $fs 1.36 + cp -a $stuff/atd $fs/etc/init.d 1.37 }