blob: 1eebdbccd6688cb1ca3413090c3247be067a635f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-archive/thunar-archive-0.2.4-r1.ebuild,v 1.11 2007/06/01 00:20:46 ranger Exp $
inherit xfce44
xfce44
MY_P="${PN}-plugin-${PV}"
DESCRIPTION="Thunar archive plugin"
HOMEPAGE="http://www.foo-projects.org/~benny/projects/thunar-archive-plugin"
SRC_URI="http://download2.berlios.de/xfce-goodies/${MY_P}${COMPRESS}"
KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="debug"
RDEPEND="|| ( xfce-extra/xarchiver app-arch/file-roller xfce-extra/squeeze )"
DOCS="AUTHORS ChangeLog NEWS README THANKS"
xfce44_goodies_thunar_plugin
|