summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-31 22:12:04 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-31 22:12:04 +0000
commit85bf0780b54b0388919f656d5d2475ac8dfbfc7d (patch)
tree5462eacfdcae74754e7ca88e02f792ab14b385f0 /app-editors/hteditor/hteditor-0.7.3.ebuild
parentversion bump, first gpg-signed package ;) (Manifest recommit) (diff)
downloadgentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.tar.gz
gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.tar.bz2
gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.zip
dont install uselss COPYING file and fix other stuff while i'm at it
Diffstat (limited to 'app-editors/hteditor/hteditor-0.7.3.ebuild')
-rw-r--r--app-editors/hteditor/hteditor-0.7.3.ebuild16
1 files changed, 7 insertions, 9 deletions
diff --git a/app-editors/hteditor/hteditor-0.7.3.ebuild b/app-editors/hteditor/hteditor-0.7.3.ebuild
index 66f009393574..fa198b702e01 100644
--- a/app-editors/hteditor/hteditor-0.7.3.ebuild
+++ b/app-editors/hteditor/hteditor-0.7.3.ebuild
@@ -1,23 +1,21 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-0.7.3.ebuild,v 1.3 2004/03/16 02:35:08 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-0.7.3.ebuild,v 1.4 2004/05/31 22:12:03 vapier Exp $
-IUSE=""
-
-DESCRIPTION="HT Editor - editor for executable files"
-HOMEPAGE="http://hte.sf.net/"
+DESCRIPTION="editor for executable files"
+HOMEPAGE="http://hte.sourceforge.net/"
+SRC_URI="mirror://sourceforge/hte/ht-${PV}.tar.bz2"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 -alpha"
+IUSE=""
DEPEND="virtual/glibc"
-SRC_URI="mirror://sourceforge/hte/ht-${PV}.tar.bz2"
S="${WORKDIR}/ht-${PV}"
src_compile() {
- cd "${S}"
chmod +x configure
local myconf="--prefix=/usr --sysconfdir=/etc"
./configure ${myconf} || die
@@ -26,7 +24,7 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die
- dodoc AUTHORS KNOWNBUGS TODO COPYING README
+ dodoc AUTHORS KNOWNBUGS TODO README
dohtml doc/ht.html
doinfo doc/*.info
}