inherit kde need-kde 3.0 DESCRIPTION="DragStacK is a stack of files. It was inspired by the drop stack of the PathFinder file manager for OS X." HOMEPAGE="http://sourceforge.net/projects/dragstack" SRC_URI="mirror://sourceforge/dragstack/${P}.tar.gz" IUSE="debug" LICENSE="GPL-2" KEYWORDS="x86" [ `use debug` ] \ && myconf="$myconf --enable-debugging --enable-profiling" \ || myconf="$myconf --disable-debugging --disable-profiling" src_unpack() { base_src_unpack unpack sed -e "s%/home/dominik/Desktop/Programming/dragstack/dragstack/dragiface\.h%dragstack/dragiface\.h%g" ${S}/dragstack/dragiface_skel.cpp > ${S}/dragstack/dragiface_skel.c__ && mv ${S}/dragstack/dragiface_skel.c__ ${S}/dragstack/dragiface_skel.cpp } pkg_postinst() { einfo "DragStack is a kicker application. To use it right click on" einfo "your kde taskbar and in the menu add -> applet, select dragstack" }