Files @ 9ccc0bcc6676
Branch filter:

Location: ohnobinki_overlay/net-nds/makeldif/makeldif-0.1.ebuild

9ccc0bcc6676 449 B application/vnd.gentoo.ebuild Show Annotation Show as Raw Download as Raw
binki
dev-lang/spidermonkey: Import spidermonkey-1.7.0-r2 because elinks needs an older version of spidermonkey and old versions of spidermonkey call $(LD) directly, breaking portage-multilib.

(Portage version: 2.2.0_alpha11-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="A utility to export your NSS databases in a potentially usable LDIF format"
HOMEPAGE="http://ohnopublishing.net/~ohnobinki/makeldif/"
SRC_URI="http://ohnopublishing.net/~ohnobinki/makeldif/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
	dodoc COPYING || die
}