]> Pileus Git - ~andy/sunrise/blob - media-gfx/gimp-texturize-plugin/gimp-texturize-plugin-2.1.ebuild
app-editors/yzis: Fix qt deps, EAPI bump
[~andy/sunrise] / media-gfx / gimp-texturize-plugin / gimp-texturize-plugin-2.1.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="GIMP plugin to generate large textures from a small sample"
6 HOMEPAGE="http://gimp-texturize.sourceforge.net/"
7 SRC_URI="mirror://sourceforge/gimp-texturize/texturize-${PV}_src.tgz"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="~amd64 ~x86"
12 IUSE=""
13
14 RDEPEND=">=media-gfx/gimp-2.4"
15 DEPEND="${RDEPEND}"
16
17 S="$WORKDIR/gimp-texturize"
18
19 src_install() {
20         emake DESTDIR="${D}" install || die "unable to install"
21
22         dodoc AUTHORS bugs ChangeLog NEWS README todo || die "unable to install documentation"
23 }