diff options
author | Dennis Lichtenthaeler (pvbcharon) <charon@episode-iv.de> | 2009-05-14 06:18:14 +0000 |
---|---|---|
committer | Dennis Lichtenthaeler (pvbcharon) <charon@episode-iv.de> | 2009-05-14 06:18:14 +0000 |
commit | 271b57352db89b15b5944d5acae21141d01b35ab (patch) | |
tree | 0210e8b86a21cbcd09277356e359f21e3ce082a8 /media-gfx/gimp-texturize-plugin/gimp-texturize-plugin-2.1.ebuild | |
parent | Removed unused eutils inherit, econf needs no die statement. (diff) | |
download | sunrise-271b57352db89b15b5944d5acae21141d01b35ab.tar.gz sunrise-271b57352db89b15b5944d5acae21141d01b35ab.tar.bz2 sunrise-271b57352db89b15b5944d5acae21141d01b35ab.zip |
media-gfx/gimp-texturize-plugin: New ebuild via bug 213837. Thanks to bonsaikitten.
svn path=/sunrise/; revision=8539
Diffstat (limited to 'media-gfx/gimp-texturize-plugin/gimp-texturize-plugin-2.1.ebuild')
-rw-r--r-- | media-gfx/gimp-texturize-plugin/gimp-texturize-plugin-2.1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/media-gfx/gimp-texturize-plugin/gimp-texturize-plugin-2.1.ebuild b/media-gfx/gimp-texturize-plugin/gimp-texturize-plugin-2.1.ebuild new file mode 100644 index 000000000..430f8ec07 --- /dev/null +++ b/media-gfx/gimp-texturize-plugin/gimp-texturize-plugin-2.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 2007-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="GIMP plugin to generate large textures from a small sample" +HOMEPAGE="http://gimp-texturize.sourceforge.net/" +SRC_URI="mirror://sourceforge/gimp-texturize/texturize-${PV}_src.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=media-gfx/gimp-2.4" +DEPEND="${RDEPEND}" + +S="$WORKDIR/gimp-texturize" + +src_install() { + emake DESTDIR="${D}" install + + dodoc AUTHORS bugs ChangeLog COPYING NEWS README todo +} |