diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-02-19 13:26:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-02-19 13:26:33 +0900 |
commit | 9818b210e2163e93e67a40b75b7420feae9c4e16 (patch) | |
tree | d016407dc48c444e6c02e749caa0a417858a1bea /kbfx-0.4.9.3.1.ebuild | |
parent | 430bf0fb916fd2c65123638b85aff888aada9643 (diff) | |
download | kbfx-9818b210e2163e93e67a40b75b7420feae9c4e16.tar.gz kbfx-9818b210e2163e93e67a40b75b7420feae9c4e16.zip |
Drop autotools support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kbfx-0.4.9.3.1.ebuild')
-rw-r--r-- | kbfx-0.4.9.3.1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/kbfx-0.4.9.3.1.ebuild b/kbfx-0.4.9.3.1.ebuild deleted file mode 100644 index 8d56530..0000000 --- a/kbfx-0.4.9.3.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header - -inherit kde eutils -need-kde 3.3 - -MY_PN="${PN}-0.4.9.3.1" -S="${WORKDIR}/${MY_PN}" - -DESCRIPTION="KDE alternative K-Menu" -HOMEPAGE="http://www.kbfx.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_PN}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~amd64" -IUSE="strigi" - -DEPEND=">=dev-util/cmake-2.4.2 - strigi? ( kde-misc/strigi )" - -export DESTDIR=${D} - -src_compile() { - cd ${S} - cmake \ - -DCMAKE_INSTALL_PREFIX:PATH=${TDEDIR} \ - -DUSE_STRIGI:BOOL=$( use strigi && echo ON || echo OFF ) \ - . || die -} |