summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/lapack-config/lapack-config-1.0.0.ebuild')
-rw-r--r--sci-libs/lapack-config/lapack-config-1.0.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/sci-libs/lapack-config/lapack-config-1.0.0.ebuild b/sci-libs/lapack-config/lapack-config-1.0.0.ebuild
new file mode 100644
index 000000000000..6f55281b52e2
--- /dev/null
+++ b/sci-libs/lapack-config/lapack-config-1.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-config/lapack-config-1.0.0.ebuild,v 1.1 2004/12/29 18:24:20 ribosome Exp $
+
+DESCRIPTION="Utility to change the default LAPACK library"
+HOMEPAGE="http://www.gentoo.org/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc"
+IUSE=""
+
+DEPEND=""
+
+RDEPEND="app-shells/bash"
+
+src_unpack(){
+ cp ${FILESDIR}/${PN}.gz ${WORKDIR}
+ gunzip ${WORKDIR}/${PN}.gz
+}
+
+src_install () {
+ exeinto /usr/bin
+ doexe ${WORKDIR}/${PN}
+}