Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 758

Summary: apsfilter (print setup and filter) ebuild
Product: Gentoo Linux Reporter: Craig Joly <craig>
Component: New packagesAssignee: Donny Davies (RETIRED) <woodchip>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://www.apsfilter.org
Whiteboard:
Package list:
Runtime testing required: ---

Description Craig Joly 2002-02-18 21:04:26 UTC
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Craig Joly <joly@ee.ualberta.ca>
# /space/gentoo/cvsroot/gentoo-x86/header.txt,v 1.4 2001/12/16 18:19:08 verwilst Exp

A=${P}.tar.bz2
S=${WORKDIR}/${PN}
DESCRIPTION="Printer setup and filter utilities"
SRC_URI="http://www.apsfilter.org/download/${A}"
HOMEPAGE="http://www.apsfilter.org"

DEPEND="net-print/LPRng
        >=ghostscript-6.51"

RDEPEND="app-text/psutils
         media-gfx/imagemagick
         app-text/a2ps
         media-gfx/transfig"

src_compile() {

    ./configure --prefix=${D}/usr --sysconfdir=${D}/etc
    try make 

}

src_install () {

    try make install
    dodoc ANNOUNCE CONTRIBUTORS COPYRIGHT ChangeLog DONATIONS FAQ
    dodoc HOWTO-BUGREPORTS.in INSTALL KNOWN_BUGS LICENSE PROMOTION
    dodoc README TODO
    docinto doc
    dodoc doc/*
}