# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/rox-extra/rox-rename/rox-rename-0.4.0.ebuild,v 1.1 2008/01/22 17:38:46 lack Exp $ inherit rox APPNAME="rox-rename" WRAPPERNAME=$APPNAME APPCATEGORY="Utility" DESCRIPTION="Rename can rename multiple files based on a regular expression." HOMEPAGE="http://php.apsique.com/project/rox-rename" SRC_URI="http://php.apsique.com/files/${P}.tgz" LICENSE="GPL-2" SLOT="0" IUSE="" KEYWORDS="~amd64 ~x86" RDEPEND=" >=dev-lang/ruby-1.8 dev-ruby/ruby-libglade2" S=${WORKDIR} src_unpack() { unpack ${A} cd "${S}"/${MY_PN} }