Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2749 - photopc-3.05.ebuild (new)
Summary: photopc-3.05.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://photopc.sourceforge.net
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-15 09:32 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: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