summaryrefslogtreecommitdiff
blob: 79279d5eb56045bb198a2bae6151a42d68be8be1 (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-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.43.ebuild,v 1.4 2004/07/01 10:50:26 eradicator Exp $

DESCRIPTION="A utility to convert raster images to PDF and others"
HOMEPAGE="http://www.inf.bme.hu/~pts/sam2p/"
SRC_URI="http://www.inf.bme.hu/~pts/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE="gif"
DEPEND="virtual/libc"

src_compile() {
	local myconf="--enable-lzw `use_enable gif`"
	econf ${myconf} || die
	make || die
}

src_install() {
	einstall
	dodoc README
}