summaryrefslogtreecommitdiff
path: root/community/xfe
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-08 17:23:24 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-08 17:23:24 -0300
commitda4865e38266a85c230abd569a95aa7152c4f9e9 (patch)
tree610329610e1d43cd175b799f48942201b718329d /community/xfe
parent19ae256a3867f63f4a1db7ed50da6f0bed71ec8d (diff)
parent4d91fc9a2dc38054b8748f27193dc3a6950bda3c (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/luaexpat/PKGBUILD community/qps/PKGBUILD extra/python-egenix-mx-base/PKGBUILD libre/thunderbird-libre/rePKGBUILD staging/kdesdk/PKGBUILD
Diffstat (limited to 'community/xfe')
-rw-r--r--community/xfe/PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/community/xfe/PKGBUILD b/community/xfe/PKGBUILD
index ca11928f7..8788a2600 100644
--- a/community/xfe/PKGBUILD
+++ b/community/xfe/PKGBUILD
@@ -1,23 +1,28 @@
-# $Id: PKGBUILD 43121 2011-03-24 07:49:15Z spupykin $
+# $Id: PKGBUILD 48873 2011-06-06 21:48:23Z 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.32.3
+pkgver=1.32.4
pkgrel=1
pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
arch=('i686' 'x86_64' 'mips64el')
url="http://roland65.free.fr/xfe"
license=("GPL")
depends=('fox')
+makedepends=('intltool')
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f9fe72a2a9cf55fb36ac2f9d20f8210a')
+md5sums=('ed9db4338b9191adb5267fd12f64e774')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
sed -i 's|inline||' src/xfeutils.cpp
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}