Files
@ 779f8e3bb532
Branch filter:
Location: ohnobinki_overlay/dev-embedded/crossdev-wrappers/crossdev-wrappers-20080622.ebuild - annotation
779f8e3bb532
724 B
application/vnd.gentoo.ebuild
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
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
5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 | # Copyright 2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit toolchain-funcs eutils
DESCRIPTION="emerge wrappers for crossdev"
HOMEPAGE="http://embedded.gentoo.org"
SRC_URI="mirror://gentoo/${P}.tar.bz2 http://dev.gentoo.org/~solar/embedded/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE=""
DEPEND=""
S="${WORKDIR}/${PN}"
src_unpack() {
unpack ${A}
cd "${S}"
}
src_compile() {
make PREFIX=/usr || die
}
src_install() {
make PREFIX=/usr DESTDIR="${D}" install
}
pkg_postinst() {
einfo "Running emerge-wrapper --init"
emerge-wrapper --init
}
|