# Description: Multi-panel tabbed file manager # URL: http://ignorantguru.github.com/spacefm/ # Maintainer: Maximilian Dietrich, dxm at openmailbox dot org # Depends on: gtk udev shared-mime-info desktop-file-utils xorg-libxdamage name=spacefm version=0.9.4 release=1 source=(https://github.com/IgnorantGuru/$name/archive/$version.tar.gz) build () { cd $name-$version ./configure --prefix=/usr \ --mandir=/usr/man \ --disable-nls \ --disable-startup-notifications \ --with-gtk2 make make DESTDIR=$PKG \ install rm -rf $PKG/usr/share/{locale,doc} }