#Packager: George Vlahavas pkgname=pino pkgver=0.2.11 pkgrel=1gv source=("http://pino-twitter.googlecode.com/files/pino-$pkgver.tar.bz2" "pino-48.png") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://code.google.com/p/pino-twitter/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pino (twitter and identi.ca client)" "Pino is Twitter and Identi.ca client for Linux desktop. It's simple" "and fast. It written on Vala language and compiles to the native" "binary code." ) build() { # The developer fell asleep while creating the source tarball #cd $startdir/src/$pkgname-$pkgver cd $startdir/src/$pkgname-0.2.10 ./waf configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc ./waf build || return 1 ./waf install --destdir=$startdir/pkg mkdir -p $startdir/pkg/usr/share/icons/hicolor/48x48/apps cp $startdir/src/pino-48.png $startdir/pkg/usr/share/icons/hicolor/48x48/apps/pino.png }