diff options
author | 2003-09-11 12:33:51 +0000 | |
---|---|---|
committer | 2003-09-11 12:33:51 +0000 | |
commit | 2884eab0ca453b6f69260e1d937cd05fd50d7603 (patch) | |
tree | a92e65b7034f2f8d3b3d32a3585e7b9dc6c745df /net-misc/bo2k_console | |
parent | initial (diff) | |
download | historical-2884eab0ca453b6f69260e1d937cd05fd50d7603.tar.gz historical-2884eab0ca453b6f69260e1d937cd05fd50d7603.tar.bz2 historical-2884eab0ca453b6f69260e1d937cd05fd50d7603.zip |
initial
Diffstat (limited to 'net-misc/bo2k_console')
-rw-r--r-- | net-misc/bo2k_console/Manifest | 6 | ||||
-rw-r--r-- | net-misc/bo2k_console/bo2k_console-0.0.2_pre.ebuild | 25 | ||||
-rw-r--r-- | net-misc/bo2k_console/files/digest-bo2k_console-0.0.2_pre | 1 | ||||
-rw-r--r-- | net-misc/bo2k_console/metadata.xml | 11 |
4 files changed, 40 insertions, 3 deletions
diff --git a/net-misc/bo2k_console/Manifest b/net-misc/bo2k_console/Manifest index 29c2c4ad1ac3..0f649f6b713b 100644 --- a/net-misc/bo2k_console/Manifest +++ b/net-misc/bo2k_console/Manifest @@ -1,4 +1,4 @@ -MD5 99d2546d4aa3ca72e4843e39677854ae bo2k_console-0.0.2_pre.ebuild 683 -MD5 80589c02d42643e0798e69a29ebe2256 ChangeLog 368 -MD5 f76c9d12df67882110dd661562837477 metadata.xml 328 +MD5 bdb12bd9ce02a9070856e1e414029e92 bo2k_console-0.0.2_pre.ebuild 691 +MD5 a446f34b1bbf320214d123271ffccebf ChangeLog 383 +MD5 99aa6083aba75ff41257d5f402d02bad metadata.xml 332 MD5 57458f2fa9c9dbdd8368741fe99d8198 files/digest-bo2k_console-0.0.2_pre 72 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 ?? +} diff --git a/net-misc/bo2k_console/files/digest-bo2k_console-0.0.2_pre b/net-misc/bo2k_console/files/digest-bo2k_console-0.0.2_pre new file mode 100644 index 000000000000..1790fe27d201 --- /dev/null +++ b/net-misc/bo2k_console/files/digest-bo2k_console-0.0.2_pre @@ -0,0 +1 @@ +MD5 6cb875103f2a6b2091452d3122c3a00e bo2k_console-0.0.2pre.tar.gz 41207 diff --git a/net-misc/bo2k_console/metadata.xml b/net-misc/bo2k_console/metadata.xml new file mode 100644 index 000000000000..76523e1a2fad --- /dev/null +++ b/net-misc/bo2k_console/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>lordvan@gentoo.org</email> + <name>Thomas Raschbacher</name> +</maintainer> + <longdescription>Command-line client based on LibBO2K.</longdescription> +</pkgmetadata> |