You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/gnofract4d/gnofract4d-3.14-r1.ebuild

42 lines
858 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 fdo-mime
DESCRIPTION="A program for drawing beautiful mathematically-based images known as fractals"
HOMEPAGE="http://gnofract4d.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="x11-libs/gtk+:2
>=media-libs/libpng-1.4
virtual/jpeg
>=dev-python/pygtk-2[${PYTHON_USEDEP}]
>=gnome-base/gconf-2[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_install() {
distutils-r1_src_install
rm -rf "${D}"/usr/share/doc/${PN}
}
pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}
pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}