Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2747 - gnomba-0.6.2.ebuild (new)
Summary: gnomba-0.6.2.ebuild (new)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL: http://gnomba.sourceforge.net
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-15 09:15 UTC by Andreas Mellingen
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.