# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit eutils kde need-kde 3.1 need-qt 3 IUSE="" DESCRIPTION="A DropDrawers clone. Multiple information organizer" HOMEPAGE="http://basket.kde.org/" SRC_URI="http://basket.kde.org/downloads/index.php?file=${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86 ~amd64" RESTRICT="nomirror" DOCS="AUTHORS ChangeLog INSTALL NEWS REDME TODO" src_unpack() { unpack ${A} cd ${S} # patch from basket developer to solve compilation # problemes on systems without arts ! use arts && epatch ${FILESDIR}/${P}-noarts.patch }