# 
# 
#	  Name: cron.mk 
#		make include file for CRON for La Casita 
# 
# 
 
#SC_VRM		=	cron-3.0.1-51
#SC_VRM		=	cron-3.0.1
#SC_VRM		=	vixie-cron-3.0.1
SC_VRM		=	vixie-cron-4.3
#			cron-3.0pl1	# Vixie 
#			dcron-2.3.3	# Dillon 
#SC_VRM		=	fcron-2.9.3
# 
#SC_URL		=	\
# http://www.ibiblio.org/pub/Linux/system/daemons/cron/fcron-2.9.3.lsm \
# http://www.ibiblio.org/pub/Linux/system/daemons/cron/fcron-2.9.3.src.tar.gz 
#SC_URL		=	\
#   http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/$(SC_VRM).tar.bz2 
SC_URL		=	\
 http://pkgs.fedoraproject.org/repo/pkgs/vixie-cron/vixie-cron-4.3.tar.gz/e985292f3819ed237324c201048de649/vixie-cron-4.3.tar.gz
# http://pkgs.fedoraproject.org/repo/pkgs/vixie-cron/vixie-cron-4.3.tar.gz/9a67d434a27b44482affb0c2146078f3/vixie-cron-4.3.tar.gz

# 
#SC_FETCH	=	$(SC_FETCH_BZ)
#SC_FETCH	=	wget --passive-ftp --no-clobber $(SC_URL) ; \
#			rm -f $(SC_VRM).tar.gz ; \
#			ln $(SC_VRM).src.tar.gz $(SC_VRM).tar.gz 
#SC_SOURCE	=	

#SC_CONFIG	=	./configure --prefix=/usr 
#SC_CONFIG	=	true 
SC_CONFIG	=	autoconf ; \
			./configure --prefix=/usr \
	--without-pam --without-selinux --without-audit

#SC_BUILD	=	
#SC_FIXUP	=	strip ... 
#SC_INSTALL	=	
 



# http://terrarum.net/development/modifying-vixie-cron-for-fun.html
# http://en.wikipedia.org/wiki/Cron
# http://www.linuxfromscratch.org/hints/downloads/files/vixie-cron.txt
# ftp://ftp.roedu.net/pub/mirrors/gentoo.org/distfiles
# ftp://ftp.roedu.net/pub/mirrors/gentoo.org/distfiles/vixie-cron-4.1.tar.bz2








