milis/talimatname/genel/a/at/talimat

32 lines
1,003 B
Text
Raw Permalink Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Gecikmeli iş yürütme ve toplu işlem.
2016-02-24 02:27:23 +02:00
# URL: http://ftp.de.debian.org/debian/pool/main/a/at
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: sendmail pam
2017-12-22 23:59:36 +02:00
# Grup: sistem
2017-01-31 01:55:06 +03:00
2017-10-28 15:10:23 +03: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-31 01:55:06 +03:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd $isim-$surum
2016-02-24 02:27:23 +02:00
source /etc/blfs-bootscripts
wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
2017-01-31 01:55:06 +03:00
tar xvf $scripts-$scriptsversion.tar.bz2
2016-02-24 02:27:23 +02: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 15:10:23 +03:00
./configure --with-daemon_userisim=atd \
--with-daemon_groupisim=atd \
2016-02-24 02:27:23 +02:00
--with-jobdir=/root/at/atjobs \
--with-atspool=/root/at/atspool \
2017-01-31 01:55:06 +03:00
SENDMAIL=/usr/sbin/sendmail
2016-02-24 02:27:23 +02:00
make -j1
make DESTDIR=$PKG install \
docdir=$PKG/usr/share/doc/at-3.1.16 \
2017-01-31 01:55:06 +03:00
atdocdir=$PKG/usr/share/doc/at-3.1.16
2016-02-24 02:27:23 +02:00
cd $scripts-$scriptsversion
make DESTDIR=$PKG install-atd
}