diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-05 03:56:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-05 03:56:58 +0000 |
commit | 4ed8ee1108b83ca602b12c0ae3033196d3f4753e (patch) | |
tree | 798203c6e6dc0dda0d75533da9fcea893b40204d /media-gfx/jhead | |
parent | hello ~amd64 (diff) | |
download | gentoo-2-4ed8ee1108b83ca602b12c0ae3033196d3f4753e.tar.gz gentoo-2-4ed8ee1108b83ca602b12c0ae3033196d3f4753e.tar.bz2 gentoo-2-4ed8ee1108b83ca602b12c0ae3033196d3f4753e.zip |
cleanup
Diffstat (limited to 'media-gfx/jhead')
-rw-r--r-- | media-gfx/jhead/jhead-2.0.ebuild | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/media-gfx/jhead/jhead-2.0.ebuild b/media-gfx/jhead/jhead-2.0.ebuild index 62310a3e1b71..9c472200da2c 100644 --- a/media-gfx/jhead/jhead-2.0.ebuild +++ b/media-gfx/jhead/jhead-2.0.ebuild @@ -1,28 +1,23 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.0.ebuild,v 1.6 2003/12/12 00:26:20 rajiv Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.0.ebuild,v 1.7 2004/02/05 03:56:58 vapier Exp $ -IUSE="" -S=${WORKDIR}/${P} DESCRIPTION="Exif Jpeg camera setting parser and thumbnail remover" -SRC_URI="http://www.sentex.net/~mwandel/jhead/${P}.tar.gz" HOMEPAGE="http://www.sentex.net/~mwandel/jhead/" +SRC_URI="http://www.sentex.net/~mwandel/jhead/${P}.tar.gz" -SLOT="0" LICENSE="public-domain" -KEYWORDS="x86 sparc ppc" +SLOT="0" +KEYWORDS="x86 ppc sparc ~amd64" DEPEND="virtual/glibc" src_compile() { - - cd ${S} emake || die } -src_install () { - - dobin jhead +src_install() { + dobin jhead || die dodoc readme.txt changes.txt dohtml usage.html doman jhead.1.gz |