summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/hashalot/hashalot-0.2.0.ebuild')
-rw-r--r--app-crypt/hashalot/hashalot-0.2.0.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-crypt/hashalot/hashalot-0.2.0.ebuild b/app-crypt/hashalot/hashalot-0.2.0.ebuild
new file mode 100644
index 000000000000..13a54d5f0b7e
--- /dev/null
+++ b/app-crypt/hashalot/hashalot-0.2.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.2.0.ebuild,v 1.1 2004/03/07 09:18:24 kumba Exp $
+
+DESCRIPTION="CryptoAPI utils"
+HOMEPAGE="http://www.kerneli.org/"
+SRC_URI="http://www.stwing.org/~sluskyb/util-linux/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~mips"
+
+src_install() {
+ einstall || die "install error"
+}