summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/jhead/jhead-2.0.ebuild')
-rw-r--r--media-gfx/jhead/jhead-2.0.ebuild17
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