Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1494 - jhead-1.6.ebuild
Summary: jhead-1.6.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-03 07:59 UTC by Chris Arndt
Modified: 2003-04-04 01:25 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 Chris Arndt 2002-04-03 07:59:39 UTC
Ebuild for jhead, a jpg file manipulation program.
Easy to use, and required by some web photo ablums.

I thought that I sumbitted this before, but I couldn't find it in the bug
reports or in the portage tree.
Also I'm not sure if I missed any of the new requirements for the new portage,
so let me know if I missed something.




# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Chris Arndt <arndtc@theeggbeater.dyndns.org>
# /home/cvsroot/gentoo-x86/skel.build,v 1.5 2001/07/24 22:30:35 lordjoe Exp


#inside ${WORKDIR}
A=${PN}-1.6.tar.gz
S=${WORKDIR}/${PN}1.6
DESCRIPTION=""
SRC_URI="http://www.sentex.net/~mwandel/jhead/${A}"
HOMEPAGE="http://www.sentex.net/~mwandel/jhead/"

#build-time dependencies
#DEPEND=""

#run-time dependencies, same as DEPEND if RDEPEND isn't defined:
#RDEPEND="$DEPEND"

src_compile() {

    try emake
}


src_install () {

    try cp jhead /usr/bin/.
    dodoc readme.txt changes.txt
}
Comment 1 Bart Verwilst 2002-04-22 09:13:00 UTC
Already in Portage
Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:20:12 UTC
db fix
Comment 3 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:25:06 UTC
db fix