diff options
author | 2004-02-14 05:02:21 +0000 | |
---|---|---|
committer | 2004-02-14 05:02:21 +0000 | |
commit | d1bc97eabc198036895c6aff579c8b26072b3d2d (patch) | |
tree | 2d46f864c0a5c4e7ff73d2236927f694a4ea128c /net-news/bnr2/bnr2-0.12.7.ebuild | |
parent | initial ebuild #41182 (diff) | |
download | historical-d1bc97eabc198036895c6aff579c8b26072b3d2d.tar.gz historical-d1bc97eabc198036895c6aff579c8b26072b3d2d.tar.bz2 historical-d1bc97eabc198036895c6aff579c8b26072b3d2d.zip |
ver bump #41474
Diffstat (limited to 'net-news/bnr2/bnr2-0.12.7.ebuild')
-rw-r--r-- | net-news/bnr2/bnr2-0.12.7.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-news/bnr2/bnr2-0.12.7.ebuild b/net-news/bnr2/bnr2-0.12.7.ebuild new file mode 100644 index 000000000000..e67342e7295b --- /dev/null +++ b/net-news/bnr2/bnr2-0.12.7.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-news/bnr2/bnr2-0.12.7.ebuild,v 1.1 2004/02/14 05:02:21 vapier 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" + +DEPEND="virtual/glibc" +RDEPEND="virtual/x11" + +S=${WORKDIR}/BNR2 + +src_install() { + dodir /opt/bnr2 + cp -r * ${D}/opt/bnr2/ + dobin ${FILESDIR}/bnr2 +} |