#Packager: George Vlahavas pkgname=trash-cli pkgver=0.11.2 pkgrel=1gv arch=x86_64 source=(http://trash-cli.googlecode.com/files/trash-cli-$pkgver.tar.gz) docs=("authors" "install.txt" "readme.txt" "copying" "history.txt" "test.txt" "thanks") url=http://code.google.com/p/trash-cli/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "trash-cli (Command line interface to the freedesktop.org trashcan)" "trash-cli provides a command line interface trashcan utility compliant" "with the FreeDesktop.org Trash Specification. It remembers the name," "original path, deletion date, and permissions of each trashed file." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }