# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils MY_PN="Rufus" MY_P="${MY_PN}-${PV}" DESCRIPTION="Rufus - BitTorrent Client" HOMEPAGE="http://rufus.sourceforge.net/" SRC_URI="http://www.kolumbus.fi/jukka.lehtomaki/rufus/rufus-gentoo-0.5.2.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~x86" IUSE="X" RDEPEND="X? ( >=dev-python/wxpython-2.5* ) =dev-lang/python-2.4*" S="${WORKDIR}/${MY_PN}" src_unpack() { unpack ${A} cd ${S} } src_install() { distutils_src_install } pkg_postinst(){ einfo "*******************************************************************" einfo "Reset Settings mv ~/.Rufus/btconfig.ini ~/.Rufus/btconfig.old" einfo "Old Settings ~/.Rufus/btconfig.old" einfo "********************************************************************" chmod -R 555 /usr/share/Rufus chmod -R 555 /usr/share/doc/Rufus }