summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2003-09-11 12:33:51 +0000
committerThomas Raschbacher <lordvan@gentoo.org>2003-09-11 12:33:51 +0000
commitde4d4ffa92298ed0125e61ca1f33484c0873ad08 (patch)
tree64ef9fee0e8c7c03666e3fa219611dd20d335a14 /net-misc/bo2k_console/bo2k_console-0.0.2_pre.ebuild
parentinitial (diff)
downloadgentoo-2-de4d4ffa92298ed0125e61ca1f33484c0873ad08.tar.gz
gentoo-2-de4d4ffa92298ed0125e61ca1f33484c0873ad08.tar.bz2
gentoo-2-de4d4ffa92298ed0125e61ca1f33484c0873ad08.zip
initial
Diffstat (limited to 'net-misc/bo2k_console/bo2k_console-0.0.2_pre.ebuild')
-rw-r--r--net-misc/bo2k_console/bo2k_console-0.0.2_pre.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/net-misc/bo2k_console/bo2k_console-0.0.2_pre.ebuild b/net-misc/bo2k_console/bo2k_console-0.0.2_pre.ebuild
new file mode 100644
index 000000000000..5c6150c28438
--- /dev/null
+++ b/net-misc/bo2k_console/bo2k_console-0.0.2_pre.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/bo2k_console/bo2k_console-0.0.2_pre.ebuild,v 1.1 2003/09/11 12:33:44 lordvan Exp $
+MY_PV="0.0.2pre"
+MY_P="${PN}-${MY_PV}"
+DESCRIPTION="Command-line client based on LibBO2K."
+HOMEPAGE="http://www.bo2k.com/"
+SRC_URI="mirror://sourceforge/bo2k/${MY_P}.tar.gz"
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=">=net-libs/libbo2k-0.1.5_pre"
+#RDEPEND=""
+S=${WORKDIR}/${MY_P}
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ einstall || die
+ dodoc README COPYING INSTALL AUTHORS # NEWS ChangeLog <-- 0 Byte ??
+}