diff options
author | Tom William Payne <twp@gentoo.org> | 2003-08-30 09:13:50 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2003-08-30 09:13:50 +0000 |
commit | 5b7b9aff1b3246c74fd89e35629da9e2d1b2aab5 (patch) | |
tree | d4a67e0c659ca2d817969bcb9f9e686d5065bad7 /media-gfx/sam2p/sam2p-0.43.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-5b7b9aff1b3246c74fd89e35629da9e2d1b2aab5.tar.gz gentoo-2-5b7b9aff1b3246c74fd89e35629da9e2d1b2aab5.tar.bz2 gentoo-2-5b7b9aff1b3246c74fd89e35629da9e2d1b2aab5.zip |
Version bump
Diffstat (limited to 'media-gfx/sam2p/sam2p-0.43.ebuild')
-rw-r--r-- | media-gfx/sam2p/sam2p-0.43.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/media-gfx/sam2p/sam2p-0.43.ebuild b/media-gfx/sam2p/sam2p-0.43.ebuild new file mode 100644 index 000000000000..4e238569c5ce --- /dev/null +++ b/media-gfx/sam2p/sam2p-0.43.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/08/30 09:13:45 twp 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/glibc" + +src_compile() { + local myconf="--enable-lzw `use_enable gif`" + econf ${myconf} || die + make || die +} + +src_install() { + einstall + dodoc README +} |