blob: ce213776f8c87dd4e47a7270b0b181eb20103266 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/cairo-clock/cairo-clock-0.3.2.ebuild,v 1.1 2006/11/11 23:04:17 omp Exp $
DESCRIPTION="An analog clock displaying the system-time."
HOMEPAGE="http://macslow.thepimp.net/?page_id=23"
SRC_URI="http://macslow.thepimp.net/projects/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.8.0
>=gnome-base/libglade-2.5.1
>=gnome-base/librsvg-2.13.91
>=x11-libs/cairo-1.0.0
>=x11-libs/gtk+-2.8.0
>=x11-libs/pango-1.10.0"
DEPEND="${DEPEND}
dev-util/pkgconfig"
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS BUGS ChangeLog NEWS README TODO
}
|