From 4ea3091a29225db9859f293a117243fb04229e10 Mon Sep 17 00:00:00 2001 From: Ryan Phillips Date: Fri, 14 Jun 2002 18:44:05 +0000 Subject: New package. Fixes #2747 --- net-misc/gnomba/ChangeLog | 13 +++++++++++++ net-misc/gnomba/files/digest-gnomba-0.6.2 | 1 + net-misc/gnomba/gnomba-0.6.2.ebuild | 32 +++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 net-misc/gnomba/ChangeLog create mode 100644 net-misc/gnomba/files/digest-gnomba-0.6.2 create mode 100644 net-misc/gnomba/gnomba-0.6.2.ebuild (limited to 'net-misc/gnomba') diff --git a/net-misc/gnomba/ChangeLog b/net-misc/gnomba/ChangeLog new file mode 100644 index 000000000000..cf364282f15e --- /dev/null +++ b/net-misc/gnomba/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for net-misc/gnomba +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/net-misc/gnomba/ChangeLog,v 1.1 2002/06/14 18:44:05 rphillips Exp $ + +*gnomba-0.6.2 (14 June 2002) + + 14 June 2002; Ryan Phillips ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/net-misc/gnomba/files/digest-gnomba-0.6.2 b/net-misc/gnomba/files/digest-gnomba-0.6.2 new file mode 100644 index 000000000000..5b9e90cf5595 --- /dev/null +++ b/net-misc/gnomba/files/digest-gnomba-0.6.2 @@ -0,0 +1 @@ +MD5 698c40d2755c5b0d467e4de2f2119c0c gnomba-0.6.2.tar.gz 556655 diff --git a/net-misc/gnomba/gnomba-0.6.2.ebuild b/net-misc/gnomba/gnomba-0.6.2.ebuild new file mode 100644 index 000000000000..631f06acb1c4 --- /dev/null +++ b/net-misc/gnomba/gnomba-0.6.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-misc/gnomba/gnomba-0.6.2.ebuild,v 1.1 2002/06/14 18:44:05 rphillips Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Gnome Samba Browser" +SRC_URI="http://gnomba.sourceforge.net/src/${P}.tar.gz" +HOMEPAGE="http://gnomba.sourceforge.net" + +DEPEND="virtual/glibc + gnome-libs" + +RDEPEND="gnome-libs" + +src_unpack () +{ + unpack ${A} + cd ${S} +} + +src_compile () +{ + ./configure --prefix=/usr --host=${CHOST} --mandir=/usr/share/man || die + emake || die +} + +src_install () +{ + make prefix=${D}/usr \ + mandir=${D}/usr/share/man \ + install || die +} -- cgit v1.2.3-65-gdbad