# Copyright 1999-2005 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Cycling is a training management programme" HOMEPAGE="http://cycling.homelinux.org/en/index.xhtml" SRC_URI="http://cycling.homelinux.org/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/gtk+-2.2.4-r1 >=dev-libs/glib-2.2.3 >=sys-devel/gettext-0.12.1 >=dev-libs/libxml2-2.6.4 >=media-libs/gdk-pixbuf-0.22.0-r2" src_unpack() { unpack ${A} cd ${S} } src_compile() { econf || die emake || die } src_install() { einstall || die }