# 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 is a KDE animated docker, supports plugins and notifications" 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=">=kde-misc/kxdocker-resources-0.11" DEPEND="${RDEPEND} arts? ( ~kde-base/arts )" need-kde 3.2 src_unpack() { #unpack ${A} #cd ${S} #autoconf || die #automake || die kde_src_unpack } src_compile() { use arts && myconf="${myconf} " \ || myconf="${myconf} --without-arts" econf ${myconf} || die "econf failed!" emake || die "emake failed!" } # src_install() { # } pkg_postinst() { einfo "If you are upgrading for version older than 0.27 please use new default configuration." einfo "since 0.28 has AutoSave enabled by default, please remember it will overwrite your HOME/.kde/share/apps/kxdocker/kxdocker_conf.xml" # einfo "${FILESDIR}/kxdocker_conf.xml" }