import .. / lapis tessera "fcron": source: "http://fcron.free.fr/archives/fcron-3.4.0.src.tar.gz" patches: @[""] dependencies: @[""] build: @[ """ cat >> /etc/syslog.conf << "EOF" # Begin fcron addition to /etc/syslog.conf cron.* -/var/log/cron.log # End fcron addition EOF """, "/etc/rc.d/init.d/sysklogd reload", "groupadd -g 22 fcron", "useradd -d /dev/null -c \"Fcron User\" -g fcron -s /bin/false -u 22 fcron", "find doc -type f -exec sed -i 's:/usr/local::g' {} \\;", """ .configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --without-sendmail \ --with-boot-install=neo \ --with-systemdsystemunitdir=no """, "make", "make install" ] result: "fcron"