# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="see the last packet" HOMEPAGE="http://www.frogdev.info/gentoorss.php" SRC_URI="http://www.frogdev.info/PaquetsRSS/${P}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-python/wxpython dev-python/feedparser" RDEPEND="${DEPEND}" S=${WORKDIR} src_unpack(){ #nothing einfo "Copy file" cp ${DISTDIR}/${P} ${WORKDIR}/ cd ${S} ln -s ./${P} ./gentoorss } src_install() { einfo "Installing GentooRss..." dobin * einfo "for launch just type gentoorss" einfo "for configure nano /usr/bin/gentoorss" }