#Packager: Dimitris Tzemos pkgname=trash pkgver=0.3.8 pkgrel=1dj arch=noarch url="http://bashscripts.googlecode.com" source=($url/files/$pkgname-$pkgver.tar.gz) docs=("COPYING" "trash.readme") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "trash (Command line trash utility)" "Script to trash file, restore file, or empty trash." "Support multiple partition/drive" ) build() { cd $SRC/$pkgname-$pkgver install -Dm 755 trash $PKG/usr/bin/trash || return 1 }