You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/dev-util/gsimplecal/gsimplecal-1.3.ebuild

33 lines
608 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="3"
DESCRIPTION="A lightweight calendar designed for tint2"
HOMEPAGE="http://code.google.com/p/gsimplecal/"
SRC_URI="http://gsimplecal.googlecode.com/files/${P}.tar.gz"
LICENSE="The BSD 2-Clause License"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-libs/libunique:3
x11-libs/gtk+:2
>=sys-devel/autoconf-2.65"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S="${WORKDIR}/${P}"
src_configure() {
cd ${S}
./configure
econf
}
src_install() {
emake DESTDIR="${D}" install
}