# 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 MY_PV="${PV/.1n/n.1}" MY_P="${PN}-${MY_PV}" S="${WORKDIR}/${PN}" DESCRIPTION="Baghira - an OS-X like style for KDE-3.2" SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.bz2" HOMEPAGE="http://www.kde-look.org/content/show.php?content=8692" LICENSE="BSD" KEYWORDS="~x86" IUSE="" SLOT="0" src_unpack() { unpack "${MY_P}.tar.bz2" cd "${S}" } src_compile() { ./configure --prefix=${KDEDIR} --enable-final make }