diff options
Diffstat (limited to 'net-news/bnr2/bnr2-0.13.3.ebuild')
-rw-r--r-- | net-news/bnr2/bnr2-0.13.3.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-news/bnr2/bnr2-0.13.3.ebuild b/net-news/bnr2/bnr2-0.13.3.ebuild new file mode 100644 index 000000000000..42bfc604a95b --- /dev/null +++ b/net-news/bnr2/bnr2-0.13.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-news/bnr2/bnr2-0.13.3.ebuild,v 1.1 2004/05/08 02:14:37 dragonheart Exp $ + +DESCRIPTION="A great newsreader for alt.binaries.*" +HOMEPAGE="http://www.bnr2.org/" +SRC_URI="http://www.bnr2.org/BNR2beta-${PV}.tgz + http://www.bnr2.org/libborqt-6.9.0-qt2.3.so.tgz" + +LICENSE="freedist" +SLOT="0" +KEYWORDS="x86" +IUSE="" +RDEPEND="virtual/x11 + virtual/glibc" + +S=${WORKDIR}/BNR2 + +src_install() { + dodir /opt/bnr2 + cp -r * ${D}/opt/bnr2/ + rm ${D}/opt/bnr2/bin/bnr2 + dobin ${FILESDIR}/bnr2 + dodir /usr/share/doc/${PF} + mv ${D}/opt/bnr2/docs/* ${D}/usr/share/doc/${PF} + rmdir ${D}/opt/bnr2/docs +} |