summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra/squeeze/squeeze-0.2.2.ebuild')
-rw-r--r--xfce-extra/squeeze/squeeze-0.2.2.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/xfce-extra/squeeze/squeeze-0.2.2.ebuild b/xfce-extra/squeeze/squeeze-0.2.2.ebuild
new file mode 100644
index 000000000000..04758a3e58b5
--- /dev/null
+++ b/xfce-extra/squeeze/squeeze-0.2.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/squeeze/squeeze-0.2.2.ebuild,v 1.1 2008/01/15 11:38:13 drac Exp $
+
+inherit xfce44
+
+xfce44
+
+DESCRIPTION="Archive manager"
+HOMEPAGE="http://squeeze.xfce.org"
+SRC_URI="http://${PN}.xfce.org/downloads/${P}${COMPRESS}"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="debug doc"
+
+RDEPEND=">=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
+ >=xfce-base/thunar-${THUNAR_MASTER_VERSION}
+ dev-libs/dbus-glib
+ app-arch/tar"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ dev-util/intltool
+ doc? ( dev-util/gtk-doc )"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"