### this file is sourced not run
PKGVER=1.0.4
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=spacefm-$PKGVER.tar.gz
MD5SUM=a51a8fab15483ef05a093841783a53f3
SRC_URL=https://github.com/IgnorantGuru/spacefm/archive/$PKGVER.tar.gz
BUNDLE=

SLACKREQ='gtk2'
SLACKDESC="spacefm: spacefm $PKGVER (File and desktop manager)  
spacefm:  
spacefm: SpaceFM is a multi-panel tabbed file and desktop manager for Linux 
spacefm: with built-in VFS, udev- or HAL-based device manager, customizable 
spacefm: menu system, and bash integration. SpaceFM is popular among novice 
spacefm: and power users alike for its stability, speed, convenience and 
spacefm: flexibility.  
spacefm: 
spacefm: 
spacefm: 
spacefm:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --with-gtk2 \
	--disable-superuser-checks \
	--disable-video-thumbnails"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


