# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 HOMEPAGE="http://code.google.com/p/ardesia/" DESCRIPTION="Curtain shows a movable and resizable curtain on the screen." SRC_URI="http://ardesia.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" RDEPEND=">=x11-libs/gtk+-2.14 dev-libs/atk media-libs/libpng media-libs/fontconfig sci-libs/gsl " src_install() { make DESTDIR="${D}" install || die "make install failed" }