# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Nathaniel C. Domingo # $Header:$ S="${WORKDIR}/poster" DESCRIPTION="A small postscript utility to allow large poster printing" SRC_URI="ftp://ftp.kde.org/pub/kde/printing/poster.tar.bz2" HOMEPAGE="http://printing.kde.org" LICENSE="GPL-2" DEPEND="" KEYWORDS="~x86" src_unpack() { unpack "poster.tar.bz2" cd "${S}" } src_compile() { make || die } src_install () { #make \ # prefix=${D}/usr \ # mandir=${D}/usr/share/man \ # infodir=${D}/usr/share/info \ # install || die insinto /usr/bin dobin poster insinto /usr/share/doc/${P} doins *.ps # Install documentation. dodoc ChangeLog COPYING README }