summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/sam2p/sam2p-0.41.ebuild')
-rw-r--r--media-gfx/sam2p/sam2p-0.41.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/media-gfx/sam2p/sam2p-0.41.ebuild b/media-gfx/sam2p/sam2p-0.41.ebuild
deleted file mode 100644
index b7b39b835a3e..000000000000
--- a/media-gfx/sam2p/sam2p-0.41.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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.41.ebuild,v 1.2 2003/07/12 16:44:48 aliz 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 gif && myconf="${myconf} --enable-gif"
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- einstall
- dodoc README
-}