#Maintainer: Dimitris Tzemos pkgname=mountshare-spacefm pkgver=1.0 pkgrel=1dj arch=noarch source=("http://keithhedger.hostingsiteforfree.com/zips/MountShare.spacefm-plugin.tar.gz") url="http://keithhedger.hostingsiteforfree.com/zips" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "mountshare-spacefm plugin uses the new spacefm dialog features to" "query a smb server for share points and mount them, or mounts an" "ftp share. Usage is straight forward just install the plugin then" "click on it from the plugin menu enter an IP address and press 'Enter'" "the drop down list will then be populated ( if selecting 'FTP' the" "droplist is ignored and greyed out ) after querying the server, select" "a share, enter a username and password if needed and click 'Mount'," "unmount from the FM as normal." "" "HomePage: http://keithhedger.hostingsiteforfree.com/zips" ) build() { mkdir -p $PKG/usr/share/spacefm/plugins/MountShare ||return 1 tar xvf $SRC/MountShare.spacefm-plugin.tar.gz -C $PKG/usr/share/spacefm/plugins/MountShare || return 1 }