summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-07 03:35:15 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-07 03:35:15 +0000
commit9d54ef8c61839b12b04e3f719f44822578952d2b (patch)
tree42e96e1d4a6c36d7019ce455f02128719347fc90 /dev-util/shc/shc-3.4.ebuild
parentfix license/repoman (diff)
downloadgentoo-2-9d54ef8c61839b12b04e3f719f44822578952d2b.tar.gz
gentoo-2-9d54ef8c61839b12b04e3f719f44822578952d2b.tar.bz2
gentoo-2-9d54ef8c61839b12b04e3f719f44822578952d2b.zip
fix license/repoman
Diffstat (limited to 'dev-util/shc/shc-3.4.ebuild')
-rw-r--r--dev-util/shc/shc-3.4.ebuild22
1 files changed, 7 insertions, 15 deletions
diff --git a/dev-util/shc/shc-3.4.ebuild b/dev-util/shc/shc-3.4.ebuild
index b483ad07f3e4..2d25d9f81351 100644
--- a/dev-util/shc/shc-3.4.ebuild
+++ b/dev-util/shc/shc-3.4.ebuild
@@ -1,33 +1,25 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.4.ebuild,v 1.3 2003/02/13 12:00:30 vapier Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.4.ebuild,v 1.4 2003/08/07 03:31:15 vapier Exp $
-IUSE=""
-
-DESCRIPTION="A (shell-) script compiler/scrambler."
-SRC_URI="http://www.datsi.fi.upm.es/~frosal/sources/${P}.tgz"
+DESCRIPTION="A (shell-) script compiler/scrambler"
HOMEPAGE="http://www.datsi.fi.upm.es/~frosal"
+SRC_URI="http://www.datsi.fi.upm.es/~frosal/sources/${P}.tgz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 ~ppc ~sparc ~alpha"
DEPEND="virtual/glibc"
-src_unpack() {
- unpack ${P}.tgz
- cd ${S}
-}
-
src_compile() {
## the "test"-target leads to an access-violation -> so we skip it
## as it's only for demonstration purposes anyway.
make shc || die
}
-src_install () {
- exeinto /usr/bin
- doexe shc
+src_install() {
+ dobin shc
doman shc.1
dodoc shc.README CHANGES
}