summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-03-09 11:20:53 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-03-09 11:20:53 +0000
commit41c8a39f886038842203d5c53ce6b66a49d889ec (patch)
tree5bd5271d7d3814c97bc2ac89264934f9be25f9c0 /sci-libs/ufconfig/ufconfig-3.2.0.ebuild
parentAdded latex-unicode for doc building when tetex or ptex are selected (diff)
downloadhistorical-41c8a39f886038842203d5c53ce6b66a49d889ec.tar.gz
historical-41c8a39f886038842203d5c53ce6b66a49d889ec.tar.bz2
historical-41c8a39f886038842203d5c53ce6b66a49d889ec.zip
Version bump
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/ufconfig/ufconfig-3.2.0.ebuild')
-rw-r--r--sci-libs/ufconfig/ufconfig-3.2.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/sci-libs/ufconfig/ufconfig-3.2.0.ebuild b/sci-libs/ufconfig/ufconfig-3.2.0.ebuild
new file mode 100644
index 000000000000..656a4c2f32d6
--- /dev/null
+++ b/sci-libs/ufconfig/ufconfig-3.2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ufconfig-3.2.0.ebuild,v 1.1 2009/03/09 11:20:53 bicatali Exp $
+
+MY_PN=UFconfig
+
+DESCRIPTION="Common configuration scripts for the SuiteSparse libraries"
+HOMEPAGE="http://www.cise.ufl.edu/research/sparse/UFconfig"
+SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+DEPEND=""
+
+S="${WORKDIR}/${MY_PN}"
+
+src_install() {
+ insinto /usr/include
+ doins UFconfig.h || die "failed to install include file"
+ dodoc README.txt || die
+}