#Maintainer: Tomoki Tsuchiya pkgname=kupfer pkgver=v203 pkgrel=1tt source=(http://kaizer.se/publicfiles/kupfer/$pkgname-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "thanks") sourcetemplate=http://people.salixos.org/tsuren/packages/13.1/$pkgname/ url=http://kaizer.se/wiki/kupfer/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Kupfer is a program to change, speed up and make everything" "about files and programs more fun on your computer. Kupfer is" "heavily inspired by Quicksilver; you use it to summon an application" "or document quickly by typing the first parts of its name. It can" "also do more than getting at something quickly: there are" "different plugins for accessing more objects and running" "custom commands." ) build() { cd $startdir/src/$pkgname-$pkgver ./waf configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc ./waf || return 1 DESTDIR=$startdir/pkg ./waf install mkdir -p $startdir/pkg/usr/share/icons/hicolor/48x48/apps/ convert -resize 48x48 auxdata/kupfer.svg auxdata/kupfer.png cp auxdata/kupfer.png $startdir/pkg/usr/share/icons/hicolor/48x48/apps/ }