#Maintainer: Dimitris Tzemos pkgname=corbeille-spacefm-en pkgver=1.0.4 pkgrel=2dj arch=noarch source=("Corbeille-en-1.0.4.spacefm-plugin.tar.gz") url="http://www.jpfleury.net/en/software/corbeille-spacefm.php" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "corbeille-spacefm-en (trash plugin for SpaceFM file manager)" "Corbeille is a plugin adding trash support in the file manager" "SpaceFM. Special attention was given to have minimum requirements." "It's written in Bash, and only a few external tools from the package" "coreutils are used (ls,mv, rm...), so it should work out-of-the-box" "for everyone." "" "HomePage: http://www.jpfleury.net/en/software/corbeille-spacefm.php" ) build() { mkdir -p $PKG/usr/share/spacefm/plugins/Corbeille-en-source ||return 1 tar xvf $SRC/Corbeille-en-1.0.4.spacefm-plugin.tar.gz -C $PKG/usr/share/spacefm/plugins/Corbeille-en-source || return 1 }