SPELL=initng-ifiles if [ "$INITNGIFILES_SVN" == "y" ]; then if [ "${INITNGIFILES_SVN_AUTOUPDATE}" == "y" ]; then VERSION=$(date +%Y%m%d) else VERSION=svn fi SOURCE=${SPELL}-${VERSION}.tar.bz2 SOURCE_URL[0]=svn_http://svn.initng.org/${SPELL}/trunk:${SPELL}-${VERSION} SOURCE_HINTS=old_svn_compat SOURCE_IGNORE=signature SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION} else VERSION=0.1.4 SOURCE=${SPELL}-${VERSION}.tar.bz2 SOURCE2=${SOURCE}.sig SOURCE_URL[0]=http://download.initng.org/${SPELL}/v${VERSION:0:3}/${SOURCE} SOURCE_URL[1]=http://ryuji.myftp.org/initng/${SOURCE} SOURCE2_URL[0]=http://download.initng.org/${SPELL}/v${VERSION:0:3}/${SOURCE2} SOURCE2_URL[1]=http://ryuji.myftp.org/initng/${SOURCE2} SOURCE2_IGNORE=signature SOURCE_GPG=initng.gpg:${SOURCE2}:UPSTREAM_KEY SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION} fi WEB_SITE="http://www.initng.org/" LICENSE[0]=GPL ENTERED=20070412 SHORT="InitNG's init scripts collection" DOCS="README TODO COPYING AUTHORS ChangeLog doc/*" cat << EOF InitNG's init scripts collection package --- InitNG is a full replacement of the old and in many ways deprecated SysV init tool created by Jimmy Wennlund. It is designed to significantly increase the speed of booting a unix-compatible system by starting processes asynchronously. Development is now handled by a team from all around the world. EOF