git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/icmp-dn@256
959494ce-11ee-0310-bf91-
de5d638817bd
+# Copyright 2005 Fredrik Tolf <fredrik@dolda2000.com>
+# Distributed under the terms of the GNU General Public License v2
+
inherit eutils
DESCRIPTION="ICMP Domain Name utilities"
src_install() {
make install DESTDIR=${D} || die "Install failed"
+ fperms 4755 /usr/bin/idnlookup
+ doinitd ${FILESDIR}/${PN}.init ${PN}
+ insinto /etc
+ newins ${S}/admin/nss-icmp.conf nss-icmp.conf
dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README
}