Files @ 779f8e3bb532
Branch filter:

Location: ohnobinki_overlay/net-nds/makeldif/makeldif-0.0.ebuild - annotation

779f8e3bb532 449 B application/vnd.gentoo.ebuild Show Source Show as Raw Download as Raw
binki
added app-dicts/sword-esv , a license for it (which I hope is adequate)
my app-dicts/sword-esv ebuild is adapted from Gentoo-Portage's app-dicts/sword-kjv ebuild and uses the sword-module eclass from Gentoo Portage
# 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
}