#Packager: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=trash-cli
pkgver=0.11.3
pkgrel=1gv
source=("http://trash-cli.googlecode.com/files/trash-cli-0.11.3-r315.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-0.11.3-r315
	python setup.py install --prefix=/usr --root=$startdir/pkg
}