# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header:$ inherit eutils DESCRIPTION="vgrabbj is designed to take input, process it and output it." SRC_URI="http://vgrabbj.gecius.de/vgrabbj/${P}.tar.gz" HOMEPAGE="http://vgrabbj.gecius.de" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="ftp truetype" DEPEND="media-libs/jpeg media-libs/libpng sys-libs/zlib ftp? ( net-ftp/ftp ) truetype? ( media-libs/freetype )" src_install() { make DESTDIR="${D}" install || die "install failed" dodoc README NEWS AUTHORS ChangeLog }