diff options
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 +} |