# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later S=${WORKDIR}/${P} DESCRIPTION="X Printing Panel" SRC_URI="http://prdownloads.sourceforge.net/cups/${P}.tar.gz" HOMEPAGE="http://cups.sourceforge.net/xpp/" DEPEND="virtual/glibc >=net-print/cups-1.1.14 >=x11-libs/fltk-1.0.11" src_compile() { try ./configure --prefix=/usr --host=${CHOST} try make } src_install () { try make DESTDIR=${D} install dodoc LICENSE ChangeLog README }