updated on Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git] / spacefm / PKGBUILD
blobbf69e1d19fbc13a5df7283f6d3bd10776307083a
1 # Maintainer: IgnorantGuru  http://igurublog.wordpress.com/contact-ignorantguru/
2 pkgname=spacefm
3 pkgver=0.5.1
4 pkgrel=1
5 pkgdesc="A multi-paned tabbed file manager"
6 arch=('i686' 'x86_64')
7 url=("http://spacefm.sourceforge.net/")
8 license=('GPL2')
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')
17 build() {
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
26     make || return 1
27     make DESTDIR=$pkgdir install || return 1