# Copyright 2003-2005 XIA Projects # Distributed under the terms of the GNU General Public License v2 # $Header: kxdocker-0.25.ebuild,v 1.4 2005/01/14 16:00:00 Stefano Exp $ inherit kde eutils DESCRIPTION="KXDocker resources are base themes to help run KXDocker (the KDE animated docker)" HOMEPAGE="http://www.xiaprojects.com/www/prodotti/kxdocker/main.php" SRC_URI="http://www.xiaprojects.com/www/downloads/files/kxdocker/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" need-kde 3.2 src_unpack() { #unpack ${A} #cd ${S} #autoconf || die #automake || die kde_src_unpack } src_compile() { #econf || die "econf failed!" make DESTDIR=${D} || die "make failed!" } src_install() { make DESTDIR=${D} install || die "make failed!" } # pkg_postinst() { # }