# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde need-kde 3 DESCRIPTION="The successor of osXBar" HOMEPAGE="http://www.xiaprojects.com/www/prodotti/kxdocker/main.php" SRC_URI="http://www.xiaprojects.com/www/downloads/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=kde-base/kde-3.2" src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install() { make DESTDIR=${D} install || die }