Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2acbe9419f472975cb23b3cb0b44d5cad63c2835
commit 2acbe9419f472975cb23b3cb0b44d5cad63c2835 Author: Miklos Vajna <[email protected]> Date: Fri Sep 25 14:18:04 2009 +0200 at-3.1.11-1-i686 - version bump diff --git a/source/apps/at/FrugalBuild b/source/apps/at/FrugalBuild index 3c584c0..ae36447 100644 --- a/source/apps/at/FrugalBuild +++ b/source/apps/at/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna <[email protected]> pkgname=at -pkgver=3.1.10.2 +pkgver=3.1.11 pkgrel=1 pkgdesc="Allows you to run jobs at specified times" url="http://ftp.debian.org/debian/pool/main/a/at/" @@ -13,9 +13,9 @@ groups=('apps') archs=('i686' 'x86_64') Fpkgversep="_" up2date="Flastarchive http://ftp.debian.org/debian/pool/main/a/at/ .orig.tar.gz" -source=(http://ftp.debian.org/debian/pool/main/a/at/${pkgname}_$pkgver.tar.gz \ +source=(http://ftp.debian.org/debian/pool/main/a/at/${pkgname}_$pkgver.orig.tar.gz \ 00-$pkgname-3.1.10.1-makefile.patch rc.atd rc.atd-{de,hu}.po) -sha1sums=('7834e319b8307983981f192aa221520b95624f67' \ +sha1sums=('710e62b2ea9efedd0a871a4f37c372197dff2c03' \ '4703618c6e9e09a177287031f16025ca33bc831c' \ '25167c3a3915b3d395815532c7f6c67c62a64906' \ 'd77fa8a0fe28f84ee91e2513fc4bb7f5a20eb279' \ @@ -26,7 +26,8 @@ build() { PATH=/usr/sbin:$PATH Fcd $pkgname-`echo $pkgver|sed 's/r.*//'` - Fbuild --with-jobdir=/var/spool/atjobs --with-atspool=/var/spool/spool + Fmake --with-jobdir=/var/spool/atjobs --with-atspool=/var/spool/spool + Fmakeinstall IROOT=$Fdestdir Fmkdir /var/spool/{atjobs,spool} chmod 700 $Fdestdir/var/spool/{atjobs,spool} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
