#Maintainer: Tomoki Tsuchiya #Mandatory pkgname=tumblefile pkgver=1.2 pkgrel=1tt arch=i486 docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') url=http://github.com/markoa/tumblefile sourcetemplate=http://people.salixos.org/tsuren/packages/13.37/$pkgname/ source=("http://github.com/downloads/markoa/tumblefile/$pkgname-$pkgver.tar.gz") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "tumblefile (An automatic, chronological file organizer)" "Every five minutes Tumblefile copies all files on your Desktop to a" "folder such as ~/Documents/2009-07-July/25-Saturday, prepending a" "timestamp (like 20090727.1645) to the filename. Meanwhile its little" "window sits in the system tray. It is a way to automatically keep" "your Desktop cleared and files organized." "Kudos for the original idea goes to Luke Crawford’s drefile for OSX." ) build() { cd $startdir/src/$pkgname-$pkgver sh ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc make || return 1 make DESTDIR=$startdir/pkg install }