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.
35 lines
884 B
35 lines
884 B
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-libs/sk1libs/sk1libs-0.9.1.ebuild,v 1.16 2012/02/25 14:39:08 patrick Exp $
|
|
|
|
EAPI="3"
|
|
|
|
PYTHON_DEPEND="2"
|
|
SUPPORT_PYTHON_ABIS="1"
|
|
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
|
|
|
inherit distutils
|
|
|
|
DESCRIPTION="sk1 vector graphics lib"
|
|
HOMEPAGE="http://sk1project.org/index.php"
|
|
SRC_URI="http://uniconvertor.googlecode.com/files/${P}.tar.gz"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-linux ~x64-macos ~sparc-solaris ~x86-solaris"
|
|
LICENSE="GPL-2 LGPL-2"
|
|
IUSE=""
|
|
|
|
DEPEND="
|
|
media-libs/freetype:2
|
|
virtual/jpeg
|
|
>=media-libs/lcms-1.15:0[python]"
|
|
RDEPEND="${DEPEND}
|
|
app-text/ghostscript-gpl
|
|
media-libs/netpbm"
|
|
|
|
src_prepare() {
|
|
distutils_src_prepare
|
|
sed -i -e "/include_dirs/s:\(/usr/include/freetype2\):${EPREFIX}\1:" \
|
|
setup.py || die
|
|
}
|