# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Xarchiver, a GTK2 only frontend to rar, zip, bzip2, tar, gzip and rpm" HOMEPAGE="http://xarchiver.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="ace rar bzip2" DEPEND=">=x11-libs/gtk+-2.6 ace? ( app-arch/unace ) rar? ( app-arch/rar ) bzip2? ( app-arch/bzip2 )" S="${WORKDIR}/${P/x/X}"