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
commit9e1fc33066d8e1b759f33dc9c980749177b3c8ef (patch)
tree2cadf66daf909dbc54c0bed45c62e9371e1ff65e /media-gfx/tic98
parentVersion bump #84092 by Simon Cross. (diff)
downloadgentoo-2-9e1fc33066d8e1b759f33dc9c980749177b3c8ef.tar.gz
gentoo-2-9e1fc33066d8e1b759f33dc9c980749177b3c8ef.tar.bz2
gentoo-2-9e1fc33066d8e1b759f33dc9c980749177b3c8ef.zip
cleanup ugly ebuild
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-gfx/tic98')
-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
}