summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-09 00:16:38 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-09 00:16:38 +0000
commit9cbad79a7bc469b48d3d8f8036dbb078b0fbef1d (patch)
treeef4a6b80014960a3279a248f24a6b0019f0c1970 /media-gfx/tic98/tic98-1.01-r1.ebuild
parentVersion bump #84092 by Simon Cross. (diff)
downloadhistorical-9cbad79a7bc469b48d3d8f8036dbb078b0fbef1d.tar.gz
historical-9cbad79a7bc469b48d3d8f8036dbb078b0fbef1d.tar.bz2
historical-9cbad79a7bc469b48d3d8f8036dbb078b0fbef1d.zip
cleanup ugly ebuild
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-gfx/tic98/tic98-1.01-r1.ebuild')
-rw-r--r--media-gfx/tic98/tic98-1.01-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/media-gfx/tic98/tic98-1.01-r1.ebuild b/media-gfx/tic98/tic98-1.01-r1.ebuild
index c4fcc9898b44..9496bf234cde 100644
--- a/media-gfx/tic98/tic98-1.01-r1.ebuild
+++ b/media-gfx/tic98/tic98-1.01-r1.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/tic98/tic98-1.01-r1.ebuild,v 1.1 2005/03/05 00:48:58 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/tic98/tic98-1.01-r1.ebuild,v 1.2 2005/03/09 00:16:38 vapier Exp $
inherit eutils
-DESCRIPTION="tic98 is a compressor for black-and-white images, in particular scanned documents. It gets very good compression, better than AT&T's DjVu system. tic98 also includes ppmd text compression (ppmd) and number compression (b_gamma_enc)"
+DESCRIPTION="compressor for black-and-white images, in particular scanned documents"
HOMEPAGE="http://www.cs.waikato.ac.nz/~singlis/"
SRC_URI="http://www.cs.waikato.ac.nz/~singlis/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 amd64"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
@@ -25,7 +25,6 @@ src_compile() {
}
src_install() {
- dodir /usr
dodir /usr/bin
make BIN=${D}usr/bin install || die
}