# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_PN=ROX-Run DESCRIPTION="ROX-Run is a simple application launcher for the ROX Desktop" HOMEPAGE="http://schelcj.avlug.org/rox/" SRC_URI="http://schelcj.avlug.org/rox/${MY_PN}-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" APPNAME=${MY_PN} S=${WORKDIR} # pymessage needs to be marked x pkg_preinst() { chmod a+x ${D}/usr/lib/rox/${APPNAME}/pymessage } inherit rox