summaryrefslogtreecommitdiff
path: root/community/xfe
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
committerroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
commit7a65a910b77ad191d69881098c47f9b0c852d92e (patch)
tree9564e611af1442f8952a8cbddb3b0ad25ed71aab /community/xfe
parent60da6abff6c9577a783d72865f11de7a585e912e (diff)
Tue Aug 13 01:31:08 PDT 2013
Diffstat (limited to 'community/xfe')
-rw-r--r--community/xfe/PKGBUILD29
1 files changed, 29 insertions, 0 deletions
diff --git a/community/xfe/PKGBUILD b/community/xfe/PKGBUILD
new file mode 100644
index 000000000..1a2dc07e6
--- /dev/null
+++ b/community/xfe/PKGBUILD
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 84135 2013-02-11 11:34:51Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Maintainer: Eric Belanger <belanger@astro.umontreal.ca>
+# Contributor: Ravi Desai <ravster3@hotmail.com>
+
+pkgname=xfe
+pkgver=1.34
+pkgrel=1
+pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
+arch=('i686' 'x86_64')
+url="http://roland65.free.fr/xfe"
+license=("GPL")
+depends=('fox')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('36d0a590d95742eb59d8128a9a7a35b4')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+# LDFLAGS=-lX11 ./configure --prefix=/usr
+ ./configure --prefix=/usr
+# sed -i 's|inline||' src/xfeutils.cpp
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
+}