# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ HOMEPAGE="N/A" DESCRIPTION="Allowes controlled use of low ports for non-root execs" SRC_URI="http://ftp.se.debian.org/debian/pool/main/a/authbind/${PN}_${PV}-0.1.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND="" S=${WORKDIR}/${P} src_compile() { make \ prefix=/usr \ mandir=/usr/share/man \ infodir=/usr/share/info \ etc_dir=/etc/authbind \ lib_dir=/usr/lib/authbind \ || die "make failed" } src_install() { dodir /usr/bin dodir /etc/authbind keepdir /etc/authbind make \ prefix=${D}/usr \ mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ etc_dir=${D}/etc/authbind \ lib_dir=${D}/usr/lib/authbind \ install || die "make install failed" doman authbind.1 doman authbind-helper.8 }