Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 2747

Summary: gnomba-0.6.2.ebuild (new)
Product: Gentoo Linux Reporter: Andreas Mellingen <a-mellin>
Component: New packagesAssignee: Ryan Phillips (RETIRED) <rphillips>
Status: RESOLVED FIXED    
Severity: normal CC: a-mellin
Priority: High    
Version: 1.1a   
Hardware: x86   
OS: Linux   
URL: http://gnomba.sourceforge.net
Whiteboard:
Package list:
Runtime testing required: ---

Description Andreas Mellingen 2002-05-15 09:15:06 UTC
It shows one warning/error with lintool, but it works. My python experience is a
couple of hours, so I thought it best for you to fix. 
It is a samba browser for gnome, and it should be in either net-misc or gnome-extra.
The authors of this ebuild is Dtun3z (Christer Gundersen) and RaZieL (me,
Andreas Mellingen).

I can`t add the file, so I am pasting the code here:
[ebuild start]
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
}
[ebuild stop]
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-05-24 01:30:56 UTC
Andreas, could you properly format this ebuild also.. It is missing headers, and
the license variable.