public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/bouml: bouml-4.6.1.ebuild
@ 2008-09-26 15:11 Gustavo Felisberto (humpback)
  0 siblings, 0 replies; only message in thread
From: Gustavo Felisberto (humpback) @ 2008-09-26 15:11 UTC (permalink / raw
  To: gentoo-commits

humpback    08/09/26 15:11:47

  Added:                bouml-4.6.1.ebuild
  Log:
  After talking to ferdy I bumped this to lattest release
  (Portage version: 2.2_rc8/cvs/Linux 2.6.25-tuxonice-r6 i686)

Revision  Changes    Path
1.1                  dev-util/bouml/bouml-4.6.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bouml/bouml-4.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bouml/bouml-4.6.1.ebuild?rev=1.1&content-type=text/plain

Index: bouml-4.6.1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/bouml-4.6.1.ebuild,v 1.1 2008/09/26 15:11:46 humpback Exp $

EAPI=1

inherit multilib qt3

MY_P="${PN}_${PV}"

DESCRIPTION="Free UML 2 tool with code generation"
HOMEPAGE="http://bouml.free.fr/"
SRC_URI="http://bouml.free.fr/${MY_P}.tar.gz"

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

DEPEND="x11-libs/qt:3"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_P}"

src_compile() {
	find src/ genplugouts/ -type f -name "*.pro" | while read file; do
		local subdir="${file%/*}"
		eqmake3 "${file}" -o "${subdir}"/Makefile
		emake -C "${subdir}" || die "emake failed in ${subdir}"
	done
}

src_install() {
	emake BOUML_LIB="/usr/$(get_libdir)/bouml" DESTDIR="${D}" install \
		|| die "emake install failed"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-26 15:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-26 15:11 [gentoo-commits] gentoo-x86 commit in dev-util/bouml: bouml-4.6.1.ebuild Gustavo Felisberto (humpback)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox