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

Bug 2749

Summary: photopc-3.05.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://photopc.sourceforge.net
Whiteboard:
Package list:
Runtime testing required: ---

Description Andreas Mellingen 2002-05-15 09:32:26 UTC
a program for downloading images from digital cameras with Fujitsu chipset.
Made by Dtun3Z (Christer Gundersen) and RaZieL (me, Andreas Mellingen).
I can`t add files in bugreports so I am pasting it here:
[ebuild start]
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
}
[ebuild stop]
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-05-24 01:28:33 UTC
Andreas, could you properly format this ebuild?  check skel.ebuild
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2002-06-14 13:49:35 UTC
committed