| 1 |
# Copyright 1999-2010 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/media-gfx/mkgallery/mkgallery-1.1.ebuild,v 1.11 2007/01/03 12:07:23 masterdriverz Exp $ |
| 4 |
|
| 5 |
DESCRIPTION="Creates thumbnails and a HTML index file for a directory of jpg files" |
| 6 |
HOMEPAGE="http://mkgallery.sourceforge.net/" |
| 7 |
SRC_URI="http://mkgallery.sourceforge.net/${P}.tgz" |
| 8 |
|
| 9 |
LICENSE="GPL-2" |
| 10 |
KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" |
| 11 |
IUSE="" |
| 12 |
SLOT="0" |
| 13 |
|
| 14 |
DEPEND="media-gfx/imagemagick" |
| 15 |
RDEPEND="$DEPEND |
| 16 |
sys-devel/bc" |
| 17 |
|
| 18 |
src_install() { |
| 19 |
dobin mkgallery |
| 20 |
dodoc BUGS README THANKS TODO |
| 21 |
} |