diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-11-16 03:57:20 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-11-16 03:57:20 +0000 |
commit | aee98684e56e73edc8c649b39f7384dce62eb273 (patch) | |
tree | 070d36e949240bf4b147cd7e29ab9d84cc7fb749 /sci-calculators/qalculate-kde/qalculate-kde-0.9.0.ebuild | |
parent | Use libtool for linking shared libraries when compiling with ifc. This closes... (diff) | |
download | historical-aee98684e56e73edc8c649b39f7384dce62eb273.tar.gz historical-aee98684e56e73edc8c649b39f7384dce62eb273.tar.bz2 historical-aee98684e56e73edc8c649b39f7384dce62eb273.zip |
New version
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'sci-calculators/qalculate-kde/qalculate-kde-0.9.0.ebuild')
-rw-r--r-- | sci-calculators/qalculate-kde/qalculate-kde-0.9.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sci-calculators/qalculate-kde/qalculate-kde-0.9.0.ebuild b/sci-calculators/qalculate-kde/qalculate-kde-0.9.0.ebuild new file mode 100644 index 000000000000..2891f8d940a2 --- /dev/null +++ b/sci-calculators/qalculate-kde/qalculate-kde-0.9.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-kde/qalculate-kde-0.9.0.ebuild,v 1.1 2005/11/16 03:54:04 ribosome Exp $ + +myconf="--disable-clntest" + +inherit kde + +DESCRIPTION="A modern multi-purpose calculator for KDE" +LICENSE="GPL-2" +HOMEPAGE="http://qalculate.sourceforge.net/" +SRC_URI="mirror://sourceforge/qalculate/${P}.tar.gz" + +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~sparc ~x86" + +DEPEND="=sci-libs/libqalculate-0.9.0* + kde-base/kdelibs" + +DOCS="AUTHORS ChangeLog NEWS README TODO" + +need-kde 3.1 |