# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" DESCRIPTION="A lightweight calendar designed for tint2" HOMEPAGE="http://code.google.com/p/gsimplecal/" SRC_URI="http://gsimplecal.googlecode.com/files/${PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="dev-libs/libunique >=x11-libs/gtk+-2.12.11 >=x11-libs/wxGTK-2.8.10.1" DEPEND="${RDEPEND} dev-util/pkgconfig" S="${WORKDIR}/${PN}" src_install() { dobin gsimplecal || die "dobin failed" }