diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/xfe | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/xfe')
-rw-r--r-- | community/xfe/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/community/xfe/PKGBUILD b/community/xfe/PKGBUILD deleted file mode 100644 index 1a2dc07e6..000000000 --- a/community/xfe/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $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 -} |