# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A KDE frontend to the command-line program newspost" HOMEPAGE="http://www.semeniuk.net/linux/knewspost/" SRC_URI="http://www.semeniuk.net/linux/${P}.tar.gz" LICENSE="GPL2" SLOT="0" KEYWORDS="x86" DEPEND=" >=kdebase-3.0 " RDEPEND=" >=newspost-1.20 " S=${WORKDIR}/${P} src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die #make || die } src_install () { make DESTDIR=${D} install || die }