# sysvinit/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.08 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.12 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.03 hours (or 001.63 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in installed tree licfile = COPYING master = glibc mstatic = yes unpack = relaxed #--------------------------------------------------------------------- [depends] coreutils sed #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc ETCDIR=$PKGDIR_PROD/etc INCDIR=$PKGDIR_PROD/include SBINDIR=$PKGDIR_PROD/sbin mkdir -p $BINDIR $DOCDIR $INCDIR $SBINDIR cp -p COPYRIGHT $DOCDIR/license-sysvinit-copyright.txt sed -e "s@__META_BOOTARCH__@$LACARCH@" -i src/init.c pushd src sed -e "s@/bin/sh@/$LACARCH/bin/bash@g" \ -i paths.h shutdown.c sulogin.c popd cd src make clobber make for x in \ init halt shutdown runlevel killall5 \ fstab-decode sulogin bootlogd do install -o root -g root -m 755 $x $SBINDIR done for x in last mesg utmpdump wall do install -o root -g root -m 755 $x $BINDIR done ln -nsf halt $SBINDIR/reboot ln -nsf halt $SBINDIR/poweroff ln -nsf init $SBINDIR/telinit ln -nsf last $BINDIR/lastb ln -nsf $SBINDIR/killall5 $BINDIR/pidof install -o root -g root -m 644 initreq.h $INCDIR #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = https://github.com/slicer69/sysvinit/releases/\ download/3.11/sysvinit-3.11.tar.xz #--------------------------------------------------------------------- [history] 170507 Added package. Started with 2.88. 180330 Updated to 2.89 180620 Updated to 2.90 181020 Updated to 2.91 181128 Updated to 2.92 190225 Updated to 2.94 190617 Updated to 2.95 190917 Updated to 2.96 210126 Updated to 2.98 210222 Updated to 2.99 211214 Updated to 3.01 220404 Updated to 3.02 220503 Updated to 3.04 240324 Updated to 3.09 241023 Updated to 3.11