Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142241 - app-emulation/softgun-0.14 (version bump)
Summary: app-emulation/softgun-0.14 (version bump)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo ARM Porters
URL: http://softgun.sf.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-07-30 23:17 UTC by Tuna
Modified: 2009-01-03 16:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tuna 2006-07-30 23:17:36 UTC
Here is a quick softgun-0.14 ebuild done from the previous version one (0.11)
I am shure about line 19 to 22, it also works whitout...

---- CUT HERE ----

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/softgun-0.14.ebuild,v 1.1 2005/08/18 00:18:15 vapier Exp $

inherit toolchain-funcs

DESCRIPTION="ARM software emulator"
HOMEPAGE="http://softgun.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"

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

src_unpack() {
        unpack ${A}
        mv ${PN} ${P}
        cd "${S}"
        sed -i \
                -e "/^CFLAGS/s:-O9.*-fomit-frame-pointer:${CFLAGS}:" \
                config.mk || die "sed config.mk failed"
}

src_compile() {
        emake CC="$(tc-getCC)" || die "Make failed"
}

src_install() {
        dodir /usr/bin
        make install prefix="${D}/usr" || die "Install failed"
        dodoc README configs/defaultconfig
}

pkg_postinst() {
        einfo "To create a configuration file, run as user:"
        einfo "   gzcat /usr/share/doc/${PF}/defaultconfig.gz > ~/.emuconfig"
}

---- CUT HERE ----
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-31 01:05:56 UTC
Has nothing to do w/ mailing lists component, and has nothing to do w/ Gentoo bugzilla product as well. Please, read the descriptions. 
Comment 2 Raúl Porcel (RETIRED) gentoo-dev 2009-01-03 16:44:56 UTC
0.16 in CVS