inherit kde-base || die "Can't inherit kde-base!" need-kde 3.1 S=${WORKDIR}/${P} DESCRIPTION="The stylish \"Fusion X Aqua\" theme for KDE 3.1. This was inspired by Max Rudberg's BBX appearance theme designed for use with Apple's OS X operating system." HOMEPAGE="http://www.kdelook.org/content/show.php?content=5296" SRC_URI="http://www.kdelook.org/content/files/5296-${P}.tar.gz" LICENSE="GPL-2" SLOT="0" DEPEND="kde-base/kdebase" src_compile(){ sh ./install.sh } pkg_postinst(){ ewarn 'HOW TO INSTALL THIS THEME FOR KDE' echo cat ${S}/INSTALL|tail -n 18 }