blob: 7585afa21b295402ee921a56401846c6574a9d5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/mkgallery/mkgallery-1.1.ebuild,v 1.1 2002/11/22 23:29:05 vapier Exp $
DESCRIPTION="Creates thumbnails and a HTML index file for a directory of jpg files"
HOMEPAGE="http://mkgallery.sourceforge.net/"
SRC_URI="http://mkgallery.sourceforge.net/${PN}-${PV}.tgz"
LICENSE="GPL-2"
KEYWORDS="x86"
SLOT="0"
DEPEND="media-gfx/imagemagick"
src_install() {
dobin mkgallery
dodoc BUGS README THANKS TODO
}
|