2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Gecikmeli iş yürütme ve toplu işlem.
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://ftp.de.debian.org/debian/pool/main/a/at
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: sendmail pam
|
2017-12-22 22:59:36 +01:00
|
|
|
|
# Grup: sistem
|
2017-01-30 23:55:06 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=at
|
|
|
|
|
surum=3.1.16
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://ftp.de.debian.org/debian/pool/main/a/at/at_$surum.orig.tar.gz)
|
2017-01-30 23:55:06 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2016-02-24 01:27:23 +01:00
|
|
|
|
source /etc/blfs-bootscripts
|
|
|
|
|
wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
|
2017-01-30 23:55:06 +01:00
|
|
|
|
tar xvf $scripts-$scriptsversion.tar.bz2
|
2016-02-24 01:27:23 +01:00
|
|
|
|
install -v -m755 -d $PKG/root/at/atspool
|
|
|
|
|
install -v -m755 -d $PKG/root/at/atjobs
|
|
|
|
|
sed -i '/docdir/s/=.*/= @docdir@/' Makefile.in
|
2017-10-28 14:10:23 +02:00
|
|
|
|
./configure --with-daemon_userisim=atd \
|
|
|
|
|
--with-daemon_groupisim=atd \
|
2016-02-24 01:27:23 +01:00
|
|
|
|
--with-jobdir=/root/at/atjobs \
|
|
|
|
|
--with-atspool=/root/at/atspool \
|
2017-01-30 23:55:06 +01:00
|
|
|
|
SENDMAIL=/usr/sbin/sendmail
|
2016-02-24 01:27:23 +01:00
|
|
|
|
make -j1
|
|
|
|
|
make DESTDIR=$PKG install \
|
|
|
|
|
docdir=$PKG/usr/share/doc/at-3.1.16 \
|
2017-01-30 23:55:06 +01:00
|
|
|
|
atdocdir=$PKG/usr/share/doc/at-3.1.16
|
2016-02-24 01:27:23 +01:00
|
|
|
|
cd $scripts-$scriptsversion
|
|
|
|
|
make DESTDIR=$PKG install-atd
|
|
|
|
|
}
|