# Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Jonas Berlin S=${WORKDIR} DESCRIPTION="Exif Jpeg camera setting parser and thumbnail remover" SRC_URI="http://outerspace.dyndns.org/html/personal_pages/xkr47/ebuilds/distfiles/${P}.zip" HOMEPAGE="http://www.sentex.net/~mwandel/jhead/" src_compile() { make -f makefile-unix || die } src_install() { dobin jhead dodoc readme.txt usage.html }