All pastes #1983021 Raw Edit

Something

public text v1 · immutable
#1983021 ·published 2010-11-05 16:58 UTC
rendered paste body
# Copyright 1999-2010 Gentoo Foundation C5
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2

DESCRIPTION="Gnome applet for displaying XMonad log"
HOMEPAGE="http://uhsure.com/xmonad-log-applet.html"
SRC_URI="http://uhsure.com/${PN}/${PN}-${PV}.tar.gz"

#EGIT_BRANCH="master"
#EGIT_REPO_URI="http://git.uhsure.com/xmonad-log-applet.git"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=sys-apps/dbus-1.2
	>=dev-haskell/hdbus-0.4
	>=gnome-base/gnome-panel-2
	>=dev-libs/glib-2.16
	>=x11-libs/gtk+-2.10"
DEPEND="${RDEPEND}"


src_unpack() {
	git_src_unpack
}

src_configure() {
        ./configure
        make
}

#src_install() {
#	make install
#}