wok diff at/receipt @ rev 9569

Up: xorg-xkeyboard-config to 2.2.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Apr 11 23:11:08 2011 +0000 (2011-04-11)
parents d04be2414db5
children 38414ef5967d
line diff
     1.1 --- a/at/receipt	Thu Feb 03 23:42:46 2011 +0000
     1.2 +++ b/at/receipt	Mon Apr 11 23:11:08 2011 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Schedule commands to be executed once."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +BUILD_DEPENDS="bison flex"
     1.8  TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz"
     1.9  WEB_SITE="http://packages.debian.org/lenny/at"
    1.10  WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL"
    1.11 @@ -14,9 +15,10 @@
    1.12  {
    1.13  	cd $src
    1.14  
    1.15 -	./configure	--with-daemon_username=nobody \
    1.16 +	./configure --with-daemon_username=nobody \
    1.17  	--with-daemon_groupname=nogroup \
    1.18 -	--with-jobdir=1 &&
    1.19 +	--with-atspool=/var/spool/atd \
    1.20 +	--with-jobdir=/var/spool/atd &&
    1.21  	make &&
    1.22  	make IROOT=$DESTDIR install
    1.23  }