View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/sys-auth/libnss-pgsql/libnss-pgsql-1.3.ebuild (-2 / +3 lines)
 Lines 5-12    Link Here 
inherit eutils
inherit eutils
DESCRIPTION="Name Service Switch module for use with PostgreSQL"
DESCRIPTION="Name Service Switch module for use with PostgreSQL"
HOMEPAGE="http://sourceforge.net/projects/sysauth-pgsql"
HOMEPAGE="http://pgfoundry.org/projects/sysauth/"
SRC_URI="mirror://sourceforge/sysauth-pgsql/${PN}_${PV}.orig.tar.gz"
SRC_URI="http://pgfoundry.org/frs/download.php/605/${P}.tgz"
LICENSE="GPL-2"
LICENSE="GPL-2"
SLOT="0"
SLOT="0"
 Lines 24-29    Link Here 
src_compile() {
src_compile() {
	econf --libdir=/lib || die "econf failure"
	econf --libdir=/lib || die "econf failure"
	libtoolize --copy --force || die "libtoolize failure"
	emake || die "emake failure"
	emake || die "emake failure"
}
}