# $Id$ PNAME="nullidentd" PVER="1.0" PBUILD="r4" 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 ) UP2DATE="updatecmd -listonly ${HOMEPAGE} | lasttarball gz" 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 }