diff options
Diffstat (limited to 'media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild')
-rw-r--r-- | media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild b/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild new file mode 100644 index 000000000000..f5b840b484ef --- /dev/null +++ b/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20120122.ebuild,v 1.1 2012/01/22 13:39:42 pacho Exp $ + +EAPI="4" + +DESCRIPTION="Arrow brushes for GIMP" +HOMEPAGE="http://www.gimphelp.org/index.shtml" +SRC_URI="http://www.gimphelp.org/DL/arrow_brushes_color_1.tar.bz2 + http://www.gimphelp.org/DL/arrow_brushes_color_2.tar.bz2 + http://www.gimphelp.org/DL/arrow_brushes_BW_1.tar.bz2 + http://www.gimphelp.org/DL/arrow_brushes_BW_2.tar.bz2 + http://www.gimphelp.org/DL/arrow_brushes_black_gloss.tar.bz2 + http://www.gimphelp.org/DL/hand_pointer_brushes.tar.bz2 + http://www.gimphelp.org/DL/button_arrow_brushes.tar.bz2 + http://www.gimphelp.org/DL/arrow_action.tar.bz2 + http://www.gimphelp.org/DL/cursor_brushes-1.0.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="" + +S="${WORKDIR}" + +src_install() { + for i in */*.gbr; do + insinto /usr/share/gimp/2.0/brushes + doins $i + done +} |