# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header:$ inherit kde-base || die need-kde 3.2 DESCRIPTION="Baghira - an OS-X like style for KDE-3.2" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.kde-look.org/content/show.php?content=8692" LICENSE="BSD" KEYWORDS="~x86" IUSE="" S=${WORKDIR}/baghira SLOT="0" src_unpack() { unpack "${P}.tar.bz2" epatch ${FILESDIR}/gcc34-baghira-03r.patch cd "${S}" } src_compile() { ./configure --prefix=${KDEDIR} --disable-debug make }