You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-base/klinkstatus/klinkstatus-4.9.3.ebuild

38 lines
790 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/klinkstatus/klinkstatus-4.9.3.ebuild,v 1.1 2012/11/08 23:27:11 creffett Exp $
EAPI=4
KDE_HANDBOOK="optional"
KMNAME="kdewebdev"
KDE_SCM="svn"
inherit kde4-meta
DESCRIPTION="KDE web development - link validity checker"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug tidy"
DEPEND="
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
tidy? ( app-text/htmltidy )
"
RDEPEND="${DEPEND}"
src_configure() {
mycmakeargs=(
-DWITH_KdepimLibs=ON
$(cmake-utils_use_with tidy LibTidy)
)
kde4-meta_src_configure
}
pkg_postinst() {
kde4-meta_pkg_postinst
echo
elog "To use scripting in ${PN}, install dev-lang/ruby."
echo
}