From 42113c58bea7ff40d070a0eaabfca4dd3c53f6ac Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 24 Aug 2013 18:44:02 +0200 Subject: [PATCH] New package: xfe-1.35. --- srcpkgs/xfe/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/xfe/template diff --git a/srcpkgs/xfe/template b/srcpkgs/xfe/template new file mode 100644 index 00000000000..893de4031e4 --- /dev/null +++ b/srcpkgs/xfe/template @@ -0,0 +1,25 @@ +# Template file for 'xfe' +pkgname=xfe +version=1.35 +revision=1 +build_style=gnu-configure +hostmakedepends="pkg-config intltool" +makedepends="startup-notification-devel libpng-devel fox-devel desktop-file-utils" +short_desc="X File Explorer" +maintainer="Juan RP " +license="GPL-2" +homepage="http://roland65.free.fr/xfe/" +distfiles="${SOURCEFORGE_SITE}/xfe/xfe-${version}.tar.gz" +checksum=9f001cc9c07a9703b2874cd41635b1b2402cd1d7d270ab436d3daf0015369850 +long_desc=" + X File Explorer (Xfe) is a lightweight file manager for X11, written using the FOX toolkit. + It is desktop independent and can easily be customized. + It has Commander or Explorer styles and it is very fast and small. + Xfe is based on the popular, but discontinued X Win Commander, originally written by Maxim Baranov." + +xfe_package() { + depends="desktop-file-utils" + pkg_install() { + vmove all + } +}