public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] two new ebuilds
@ 2002-05-17 16:00 Andreas Mellingen
  0 siblings, 0 replies; only message in thread
From: Andreas Mellingen @ 2002-05-17 16:00 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 867 bytes --]

Gnomba is a samba browser for gnome
Photopc is a program for downloading images from digital cameras with
fujitsu chipset.

the authors are Dtun3z (Christer Gundersen) and RaZieL (me, Andreas
Mellingen).

I removed all the lintool problems I could, but my hours of experience
with python and ebuild making can be counted on one hand.

If you wish to install them, then make the dirs
/usr/portage/net-misc/gnomba and /usr/portage/media-gfx/photopc and put
the ebuilds in their respective folders. You also have to make digest
and all that.

I have submitted them through bugs.gentoo.org, but I figured bugs can
get detected and fixed quicker here.

we take noe responibility if your starts playing "Helmut Lotty`s
Greatest hits",deletes all your pr0n,eats all your cookies and so on
after you`ve used these scripts.
-- 
MvH / Best Regards
Andreas Mellingen aka RaZieL

[-- Attachment #2: photopc-3.05.ebuild --]
[-- Type: text/plain, Size: 300 bytes --]

S=${WORKDIR}/${P}
DESCRIPTION="photopc"
SRC_URI="http://unc.dl.sourceforge.net/sourceforge/photopc/${P}.tar.gz
HOMEPAGE="http://photopc.sourceforge.net"

DEPEND="virtual/glibc"

src_unpack () 
{
	unpack ${A}
	cd ${S}
}

src_install()
{
	into /usr
	dobin photopc
	doman photopc
}


[-- Attachment #3: gnomba-0.6.2.ebuild --]
[-- Type: text/plain, Size: 480 bytes --]

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
}

						

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-05-15 16:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-17 16:00 [gentoo-dev] two new ebuilds Andreas Mellingen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox