diff options
Diffstat (limited to 'media-gfx/lprof/lprof-1.11.4.1.ebuild')
-rw-r--r-- | media-gfx/lprof/lprof-1.11.4.1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-gfx/lprof/lprof-1.11.4.1.ebuild b/media-gfx/lprof/lprof-1.11.4.1.ebuild new file mode 100644 index 000000000000..088b8423f552 --- /dev/null +++ b/media-gfx/lprof/lprof-1.11.4.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/lprof/lprof-1.11.4.1.ebuild,v 1.1 2006/08/12 19:57:04 genstef Exp $ + +DESCRIPTION="Little CMS ICC profile construction set" +HOMEPAGE="http://lprof.sourceforge.net/" +SRC_URI="mirror://sourceforge/lprof/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc" +IUSE="" +RDEPEND="=x11-libs/qt-3* + >=media-libs/lcms-1.14 + >=media-libs/vigra-1.3.0 + >=media-libs/tiff-3.7.1" +DEPEND="${RDEPEND} + dev-lang/python" + +src_compile() { + ./scons.py ${MAKEOPTS} PREFIX=/usr || die "scons failed" +} + +src_install() { + dodoc README KNOWN_BUGS + ./scons.py PREFIX=${D}/usr install || die "scons install failed" +} |