summaryrefslogtreecommitdiff
blob: 1367a1bb5e65db20ba2490af59c5e9b54a98b48d (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
28
29
30
31
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/frontline/frontline-0.5.4.ebuild,v 1.6 2004/08/07 23:13:29 slarti Exp $

IUSE=""

DESCRIPTION="Front-End to Autotrace (Converts Bitmaps to vector-graphics)"
SRC_URI="http://ftp1.sourceforge.net/autotrace/${P}.tar.gz"
HOMEPAGE="http://autotrace.sourceforge.net/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"

DEPEND=">=media-gfx/autotrace-0.31.1
	=media-gfx/gimp-1.2*
	!<media-gfx/gimp-1.2.1
	>=media-libs/libart_lgpl-2.3.8
	>=media-libs/imlib-1.8.2
	gnome-base/gnome-libs"

src_compile() {
	econf || die "econf failed"
	emake -j 1 || die
}

src_install() {
	make DESTDIR=${D} install || die

	dodoc AUTHORS COPYING ChangeLog NEWS README
}