summaryrefslogtreecommitdiff
blob: efbc874923dcaabb3cc680e5aada8377a9fda523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/scribus-scripting/scribus-scripting-0.3.ebuild,v 1.1 2002/11/26 08:56:26 hanno Exp $

S=${WORKDIR}/scriptplugin-${PV}
DESCRIPTION="Python-scripting plugin for Scribus"
HOMEPAGE="http://web2.altmuehlnet.de/fschmid"
SRC_URI="http://web2.altmuehlnet.de/fschmid/scriptplugin-${PV}.tar.gz"
IUSE=""
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc"
DEPEND="app-office/scribus"

src_compile() {
	econf || die
	emake CXXFLAGS="${CXXFLAGS} -I/usr/include/lcms" || die
}

src_install () {
	einstall destdir=${D} || die
	dodoc AUTHORS ChangeLog README TODO
}