# Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Chris Arndt # /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 }