summaryrefslogtreecommitdiff
blob: b644ab0e114aabcbdb0b926f627112c17382e125 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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 <kmansour@web.de>."
	ebeep 6
}