# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Short one-line description of this package. DESCRIPTION="a usenet binary autoposter for unix" HOMEPAGE="http://newspost.unixcab.org/" SRC_URI="http://newspost.unixcab.org/download/newspost-1.20.tar.gz" LICENSE="GPL2" SLOT="0" # NOTE: This package should work on PPC but not tested! # It also has a solaris make file but we don't do solaris. # but it should mean that it is 64bit clean. KEYWORDS="x86" # NOTE: only depends on glibc which should be installed DEPEND="" #RDEPEND="" S=${WORKDIR}/${P} src_compile() { emake || die } src_install () { # this is a very simple install so I do it myself dobin newspost dodoc README dodoc CHANGES dodoc COPYING }