diff options
Diffstat (limited to 'sci-libs/btf/btf-1.0.1.ebuild')
-rw-r--r-- | sci-libs/btf/btf-1.0.1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sci-libs/btf/btf-1.0.1.ebuild b/sci-libs/btf/btf-1.0.1.ebuild index da2bd34e9860..43a22a4a25cf 100644 --- a/sci-libs/btf/btf-1.0.1.ebuild +++ b/sci-libs/btf/btf-1.0.1.ebuild @@ -1,19 +1,21 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/btf/btf-1.0.1.ebuild,v 1.1 2008/02/05 18:34:57 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/btf/btf-1.0.1.ebuild,v 1.2 2011/06/26 09:20:15 jlec Exp $ inherit autotools eutils MY_PN=BTF DESCRIPTION="Algorithm for matrix permutation into block triangular form" -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/btf" +HOMEPAGE="http://www.cise.ufl.edu/research/sparse/btf/" SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" + DEPEND="sci-libs/ufconfig" +RDEPEND="" S="${WORKDIR}/${MY_PN}" |