From 4d91fc9a2dc38054b8748f27193dc3a6950bda3c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 7 Jun 2011 22:47:46 +0000 Subject: Tue Jun 7 22:47:46 UTC 2011 --- community/xfe/PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'community/xfe') diff --git a/community/xfe/PKGBUILD b/community/xfe/PKGBUILD index e0f55d3b7..20ba88822 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 # Maintainer: Eric Belanger # Contributor: Ravi Desai 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') 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 } -- cgit v1.2.3-54-g00ecf