summaryrefslogtreecommitdiff
blob: 7e2f642c1350140fefd83dec450c69e0f4638666 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
# $Header: /var/cvsroot/gentoo-x86/net-print/gimp-print-cups/gimp-print-cups-4.1.1.ebuild,v 1.2 2001/06/01 14:00:14 achim Exp $

S=${WORKDIR}/print-${PV}/cups
DESCRIPTION="The Common Unix Printing System - Gimp Print Drivers"
SRC_URI=" http://download.sourceforge.net/gimp-print/print-${PV}.tar.gz"

HOMEPAGE="http://www.cups.org"

DEPEND=">=net-print/cups-1.1.4"

src_compile() {

    try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc \
	--disable-gimptest
    try make
}

src_install () {

    dodir /etc
    dodir /usr/share /usr/lib/cups/backend
    try make prefix=${D}/usr exec_prefix=${D}/usr sysconfdir=${D}/etc install
    gunzip ${D}/usr/share/cups/model/*.gz
    docinto txt
    dodoc *.txt
}