Hi, my ebuild games cytadela: # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_P="${P}-src" DESCRIPTION="Clone Amiga games Cytadela" HOMEPAGE="http://cytadela.sf.net" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE=""#* DEPEND="media-libs/libsdl media-libs/sdl-mixer virtual/opengl virtual/glu" #RDEPEND="" S=${WORKDIR}/${MY_P} src_compile() { econf || die "econf failde" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc docs/* } Reproducible: Always
NOT a Gentoo Bugzilla product bug; please read the descriptions.
ebuild should not be put inline. Use the "Create a New Attachment" as it speed up the process of analyzing it
Created attachment 117934 [details] cytadela-0.6.3.ebuild Here's same ebuild with corrected description. Works fine for me.
Created attachment 128766 [details] cytadela-0.6.3.ebuild - adapted to game herd rules It install fine. It is on an early stage development to be put in portage IMHO.
Ok, I'm used Create a New Attachment. Tupone Alfredo thanks a update my ebuild and Piotr Szymaniak thanks for Create a New Attachment.
Created attachment 134525 [details] cytadela-0.7.ebuild