# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pysvg/pysvg-0.1.6.ebuild,v 1.1 2009/07/18 21:47:42 arfrever Exp $ EAPI="2" inherit distutils DESCRIPTION="Python SVG document creation library" HOMEPAGE="http://codeboje.de/pysvg/" SRC_URI="http://www.codeboje.de/downloads/${P}.zip" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="" S="${WORKDIR}/pySVG/src" pkg_postinst() { ewarn "If you want to use pysvg to make a profit or in a corporate environment," ewarn "then contact Kerim Mansour ." ebeep 6 }