summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/mkgallery')
-rw-r--r--media-gfx/mkgallery/mkgallery-1.1-r1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/media-gfx/mkgallery/mkgallery-1.1-r1.ebuild b/media-gfx/mkgallery/mkgallery-1.1-r1.ebuild
new file mode 100644
index 000000000000..3795844f753b
--- /dev/null
+++ b/media-gfx/mkgallery/mkgallery-1.1-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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/${P}.tgz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE=""
+SLOT="0"
+
+DEPEND=""
+RDEPEND="
+ sys-devel/bc
+ virtual/imagemagick-tools
+"
+
+src_install() {
+ dobin mkgallery
+ einstalldocs
+}