Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 758 - apsfilter (print setup and filter) ebuild
Summary: apsfilter (print setup and filter) ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Donny Davies (RETIRED)
URL: http://www.apsfilter.org
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-18 21:04 UTC by Craig Joly
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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/*
}