# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/bustle/bustle-0.2.3.ebuild,v 1.4 2011/06/21 11:02:06 hwoarang Exp $ # ebuild generated by hackport 0.2.13 EAPI="3" CABAL_FEATURES="bin" inherit base haskell-cabal DESCRIPTION="Draw pretty sequence diagrams of D-Bus traffic" HOMEPAGE="http://willthompson.co.uk/bustle/" SRC_URI="http://willthompson.co.uk/${PN}/releases/${P}.tar.gz" LICENSE="LGPL-2 GPL-2" # bustle-dbus-monitor.c is GPL-2, rest is LGPL-2 SLOT="0" KEYWORDS="amd64 x86" IUSE="" PATCHES=("${FILESDIR}/0001-bustle-dbus-monitor-fix-linking-order-libs-go-after-.patch") RDEPEND="sys-apps/dbus x11-libs/cairo x11-libs/pango gnome-base/libglade:2.0" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 dev-haskell/cairo dev-haskell/glade dev-haskell/glib >dev-haskell/gtk-0.11 dev-haskell/mtl dev-haskell/pango dev-haskell/parsec >=dev-lang/ghc-6.10.1" src_compile() { # compile haskell part cabal_src_compile || die "could not build haskell parts" # compile C part emake || die "building C part failed" } src_install() { # install haskell part cabal_src_install || die "could not install haskell parts" # install C part dobin bustle-dbus-monitor || die "could not install C parts" dodoc README HACKING NEWS }