[PHP]# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils toolchain-funcs flag-o-matic
DESCRIPTION="A light BitTorrent client based on c++ and gtk+"
HOMEPAGE="http://sourceforge.net/projects/bbom/"
SRC_URI="mirror://sourceforge/bbom/BitStormLite-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=
DEPEND=
S=${WORKDIR}/BitStormLite-${PV}
src_compile() {
econf || die econf failed
emake || die emake failed
}
pkg_postinst() {
einfo BitStormLite is successfully installed.
einfo Type bitstormlite to start the GUI.
}
src_install() {
make DESTDIR=${D} install || die make install failed
}[/PHP]
DESCRIPTION="A light BitTorrent client based on c++ and gtk+"
HOMEPAGE="http://sourceforge.net/projects/bbom/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=
DEPEND=
src_unpack() {
subversion_src_unpack
}
src_compile() {
econf || die econf failed
emake || die emake failed
}
src_install() {
make install DESTDIR=${D} || die "Install failed"
}
pkg_postinst() {
einfo BitStormLite is successfully installed.
einfo Type bitstormlite to start the GUI.