diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 05:18:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 05:18:07 +0000 |
commit | 3a89607874133fbc78bdd1a8fa60f1c858d57fff (patch) | |
tree | 7e4ac1bb8a92559928b450b0d81b702ed188cba4 /media-gfx/jhead | |
parent | added SLOT/KEYWORDS (diff) | |
download | gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.tar.gz gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.tar.bz2 gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.zip |
repoman'd
Diffstat (limited to 'media-gfx/jhead')
-rw-r--r-- | media-gfx/jhead/jhead-1.6.ebuild | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/media-gfx/jhead/jhead-1.6.ebuild b/media-gfx/jhead/jhead-1.6.ebuild index 51e73c26e1cc..7574c2a4419e 100644 --- a/media-gfx/jhead/jhead-1.6.ebuild +++ b/media-gfx/jhead/jhead-1.6.ebuild @@ -1,23 +1,27 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-1.6.ebuild,v 1.2 2002/07/11 06:30:27 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-1.6.ebuild,v 1.3 2002/07/23 05:18:07 seemant Exp $ S=${WORKDIR}/${PN}1.6 DESCRIPTION="a program for making thumbnails for websites." SRC_URI="http://www.sentex.net/~mwandel/jhead/${P}.tar.gz" HOMEPAGE="http://www.sentex.net/~mwandel/jhead/" +SLOT="0" +LICENSE="BSD | GPL-2" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_compile() { - cd ${S} - emake || die + cd ${S} + emake || die } src_install () { - dobin jhead - dodoc readme.txt changes.txt + dobin jhead + dodoc readme.txt changes.txt + dohtml usage.html } - |