1 # Maintainer: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/
2 # Thanks to ridikulus_rat for PKGBUILD improvements
6 pkgdesc="A multi-panel tabbed file manager"
8 url=("http://spacefm.sourceforge.net/")
11 makedepends=('intltool' 'gettext')
12 depends=('gtk2' 'shared-mime-info' 'desktop-file-utils' 'startup-notification')
13 optdepends=('ktsuss: perform as root functionality'
14 'gksu: perform as root functionality'
15 'udisks: automount and device manager' 'wget' 'lsof' 'eject')
18 install="spacefm.install"
20 source=("http://downloads.sourceforge.net/project/spacefm/spacefm-${pkgver}.tar.xz")
21 md5sums=('bc18e18882458d9019a36d30fa00518c')
22 sha256sums=('485f7ba1d14e02ec5e1450ecd46afa3e2a372470f106a47fdfa718884e442aa1')
25 cd "${srcdir}/${pkgname}-${pkgver}"
28 # NOTE: To enable hal support add --enable-hal to
29 # configure line below. See README for details.
30 # NOTE: To disable inotify and use fam or gamin instead, add:
31 # --disable-inotify to configure line below.
32 # NOTE: To add a custom su program (mysu in this example), add:
33 # --with-preferable-sudo="mysu" to configure line below.
35 CFLAGS+="-g" ./configure --prefix="/usr"
42 cd "${srcdir}/${pkgname}-${pkgver}"
44 make DESTDIR="${pkgdir}/" install