|
|
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" |
|
|
| |
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" |
} | } |
| |