--- kickerpager-0.3.ebuild 2004-03-26 17:56:02.099648584 -0500 +++ kickerpager-0.3.1.ebuild 2004-04-16 17:41:47.371826440 -0400 @@ -7,7 +7,7 @@ DESCRIPTION="A flexible eye-pleasing replacement for the pager applet in kicker." HOMEPAGE="http://www.kde-look.org/content/show.php?content=6702" -SRC_URI="http://www.kde-look.org/content/files/6702-kickerpager-${PV}.tar.bz2" +SRC_URI="http://199.231.140.154/software/kickerpager/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" @@ -15,19 +15,8 @@ DOCS="AUTHORS COPYING INSTALL NEWS README TODO" -#src_unpack() { -# -#} - src_compile() { local myconf \ use xinerama && myconf="${myconf} --with-xinerama" kde_src_compile } - -src_install () { - - make install DESTDIR=${D} destdir=${D} xdg_appsdir=${D} || die "failed make" - kde_src_install dodoc -} -