# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/unsermake/unsermake-0.3.1.4319.0.ebuild,v 1.7 2007/03/01 18:53:04 genstef Exp $ IUSE="" DESCRIPTION="Unsermake - Advanced KDE build system" HOMEPAGE="http://wiki.kde.org/tiki-index.php?page=unsermake" SRC_URI="mirror://gentoo/${P}.tar.bz2" KEYWORDS="~amd64 ~ppc ~sparc ~x86" LICENSE="GPL-2" SLOT=0 DEPEND=">=dev-lang/python-2.2" RDEPEND="${RDEPEND}" src_compile() { return } src_install() { dodir /usr/kde/unsermake cp -pPR ${S}/* ${D}/usr/kde/unsermake } pkg_postinst() { elog elog "To enable kde builds with unsermake, set the unsermake environent" elog "variable: export UNSERMAKE=\"/usr/kde/unsermake/unsermake\"" elog elog "Unsermake builds are highly experimental; use at your own risk" elog }