# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="courieruserinfo is a utility to retrieve info from courier user accounts." HOMEPAGE="http://www.arda.homeunix.net/" SRC_URI="http://www.arda.homeunix.net/store/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=net-libs/courier-authlib-0.55" src_install() { cd ${S} dodoc README AUTHORS COPYING ChangeLog INSTALL NEWS || die insinto /usr/sbin insopts -o root -g bin -m 511 doins courieruserinfo || die make install-man8 DESTDIR=${D} || die }