Files
sablink-distro/kde-misc/sysinfo/sysinfo-1.3.ebuild
T
lxnay 129f8e5433 version bump
git-svn-id: http://svn.sabayonlinux.org/overlay@1332 d7aec97c-591d-0410-af39-a8856400b30a
2007-06-08 14:45:00 +00:00

32 lines
647 B
Bash

# Copyright 2004-2006 SabayonLinux
# Distributed under the terms of the GNU General Public License v2
inherit kde eutils flag-o-matic
DESCRIPTION="A modified system information page for konqi from Suse"
HOMEPAGE="http://opensuse.org"
SRC_URI="http://sabayonlinux.org/distfiles/kde-base/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86 ~ppc"
IUSE="kdeenablefinal"
SLOT="0"
RDEPEND="${DEPEND}"
DEPEND="
|| ( >=kde-base/kdebase-3.5.0 >=kde-base/kdebase-meta-3.5.0 )
<x11-libs/qt-4
"
# S=${PN}/work
need-kde 3.5
src_compile() {
append-flags -fno-inline
local myconf="$(use_enable kdeenablefinal final)"
kde_src_compile
}