diff options
author | 2009-09-09 10:13:14 +0000 | |
---|---|---|
committer | 2009-09-09 10:13:14 +0000 | |
commit | 2355b847ed026cd7220c7c3e9b00773ab037c18b (patch) | |
tree | 33715f9f0c4c030effa651ff2bda88c35ff7974a /media-gfx/jigl/jigl-2.0.1.ebuild | |
parent | use pkgconfig to detect x264 too, fixes detection with latest x264 snapshot (diff) | |
download | historical-2355b847ed026cd7220c7c3e9b00773ab037c18b.tar.gz historical-2355b847ed026cd7220c7c3e9b00773ab037c18b.tar.bz2 historical-2355b847ed026cd7220c7c3e9b00773ab037c18b.zip |
Initial commit wrt #97640, thanks to Vic Fryzel for reporting.
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'media-gfx/jigl/jigl-2.0.1.ebuild')
-rw-r--r-- | media-gfx/jigl/jigl-2.0.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/media-gfx/jigl/jigl-2.0.1.ebuild b/media-gfx/jigl/jigl-2.0.1.ebuild new file mode 100644 index 000000000000..1f6163ced26f --- /dev/null +++ b/media-gfx/jigl/jigl-2.0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jigl/jigl-2.0.1.ebuild,v 1.1 2009/09/09 10:13:14 ssuominen Exp $ + +DESCRIPTION="Jason's Image Gallery" +HOMEPAGE="http://xome.net/projects/jigl/" +SRC_URI="http://xome.net/projects/jigl/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/perl + media-gfx/jhead + media-gfx/imagemagick" +DEPEND="" + +src_install() { + newbin jigl.pl jigl || die + dodoc ChangeLog Themes Todo +} |