# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ PACKAGE_NAME="alltraxclock2_0.2" SOURCE_DIR="${WORKDIR}/${PACKAGE_NAME}" DESCRIPTION="A GKrellM2 plugin that displays an analog clock" HOMEPAGE="http://perso.wanadoo.fr/alltrax/alltraxclock.html" SRC_URI="http://ftp.debian.org/debian/pool/main/a/alltraxclock2/${PACKAGE_NAME}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=app-admin/gkrellm" #RDEPEND="" src_compile() { cd ${SOURCE_DIR} emake || die } src_install() { make install DESTDIR=${D} || die }