# $Header: /magellan-cvs/smage/nullidentd/nullidentd-1.0-r3.smage2,v 1.1 2008/04/20 23:36:23 niro Exp $ PNAME="nullidentd" PVER="1.0" PBUILD="r3" PCATEGORIE="net-misc" STATE="unstable" DESCRIPTION="nullidentd is a small, fast and secure identd daemon." HOMEPAGE="http://www.tildeslash.org/nullidentd.html" DEPEND=">= sys-apps/net-tools-1.60" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mtools SRC_URI=( http://www.tildeslash.org/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} mirror://${PNAME}/${PNAME}-${PVER}-debian3.patch ) src_prepare() { munpack ${SRCFILE} || die cd ${SRCDIR} # some debian fixes mpatch ${PNAME}-${PVER}-debian3.patch || die } src_compile() { cd ${SRCDIR} mmake || die } src_install() { cd ${SRCDIR} # needed directories minstalldir /usr/sbin || die mmake DESTDIR=${BINDIR} install || die minstallman debian/nullidentd.8 || die minstalldocs CHANGELOG COPYING README || die }