summaryrefslogtreecommitdiff
path: root/community/dfm
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-21 11:26:12 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-21 11:26:12 -0300
commitc0bcbcf4015ba2388cb0f0bd418e5242f9613b43 (patch)
tree8e4f525a74e1ec4d373256b380f7d49305ed5d00 /community/dfm
parenta05bf04c686ff44fc6c12fbe774d65032b74c55d (diff)
parent11484c032f8c236b2044e715a9a3b28e33f65598 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/6tunnel/PKGBUILD community/chrootuid/PKGBUILD community/cpulimit/PKGBUILD community/cutter/PKGBUILD community/darkhttpd/PKGBUILD community/darkstat/PKGBUILD community/datemath/PKGBUILD community/delegate/PKGBUILD community/dfm/PKGBUILD community/freedroid/PKGBUILD community/parano/PKGBUILD community/pyvorbis/PKGBUILD community/scrotwm/PKGBUILD extra/antlr2/PKGBUILD extra/live-media/PKGBUILD extra/mono-zeroconf/PKGBUILD extra/vlc/PKGBUILD
Diffstat (limited to 'community/dfm')
-rw-r--r--community/dfm/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/dfm/PKGBUILD b/community/dfm/PKGBUILD
index fcca5e41c..cc841c627 100644
--- a/community/dfm/PKGBUILD
+++ b/community/dfm/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 7569 2010-01-08 02:17:53Z dgriffiths $
+# $Id: PKGBUILD 65114 2012-02-20 04:50:21Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: eric <eric@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
-#
+
pkgname=dfm
pkgver=0.99.9
-pkgrel=2.1
+pkgrel=3
pkgdesc="A graphical file manager including desktop icons"
arch=('i686' 'x86_64' 'mips64el')
depends=('gtk' 'imlib' 'libxpm')
@@ -15,8 +15,8 @@ url="http://www.kaisersite.de/dfm/"
md5sums=('c6347874028a2dd2c8ec3dec33968fea')
build() {
- cd $startdir/src/$pkgname
+ cd $srcdir/$pkgname
./configure --prefix=/usr --mandir=/usr/share
- make || return 1
+ make
make DESTDIR=${pkgdir} install
}