diff options
Diffstat (limited to 'kde-misc/fsrunner/fsrunner-0.6.ebuild')
| -rw-r--r-- | kde-misc/fsrunner/fsrunner-0.6.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kde-misc/fsrunner/fsrunner-0.6.ebuild b/kde-misc/fsrunner/fsrunner-0.6.ebuild new file mode 100644 index 00000000000..aaf927ecd98 --- /dev/null +++ b/kde-misc/fsrunner/fsrunner-0.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 +inherit kde4-base + +DESCRIPTION="FSRunner give you instant access to any file or directory you need." +HOMEPAGE="http://code.google.com/p/fsrunner/" +SRC_URI="http://fsrunner.googlecode.com/files/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_configure() { + mycmakeargs="${mycmakeargs} -DPROFILE=ON" + kde4-base_src_configure +} |
