1 # Maintainer: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/
5 pkgdesc="A multi-paned tabbed file manager"
7 url=("http://spacefm.sourceforge.net/")
9 depends=('gtk2' 'shared-mime-info' 'desktop-file-utils' 'startup-notification')
10 optdepends=('gksu: perform as root functionality' 'gnome-icon-theme')
11 makedepends=('intltool' 'gettext')
12 install=spacefm.install
13 source=("http://downloads.sourceforge.net/project/spacefm/spacefm-$pkgver.tar.xz")
14 md5sums=('6ba15d34440cd7f1493f534e9000e5a2')
15 sha256sums=('878f9f5acc53085991574d4df474094bb02b3158722a3d20d77f5a7737d0d21e')
18 cd "$srcdir/spacefm-$pkgver"
19 # NOTE: To enable hal support add --enable-hal to
20 # configure line below. See README for details.
21 # NOTE: To disable inotify and use fam or gamin instead, add:
22 # --disable-inotify to configure line below.
23 # NOTE: To add a custom su program (mysu in this example), add:
24 # --with-preferable-sudo=mysu to configure line below.
25 ./configure --prefix=/usr
27 make DESTDIR=$pkgdir install || return 1