#Maintainer: Tomoki Tsuchiya pkgname=fotowall pkgver=0.9 pkgrel=1tt url="http://www.enricoros.com/opensource/fotowall/" docs=('GPL_V2' 'README.markdown' 'authors' 'copying' 'changelog' 'install' 'news' 'readme' 'PKG-INFO' 'TODO' 'COPYRIGHT') source=(http://fotowall.googlecode.com/files/Fotowall-$pkgver.tar.bz2) sourcetemplate=http://people.salixos.org/tsuren/packages/13.37/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (a photo editor)" "Fotowall is an opensource creative tool that lets you play" "with your pixels as you've ever wanted! Make the perfect" "arrangement with your photos, add text, live video from your" "webcam and the best internet pictures." ) build() { cd $startdir/src/Fotowall-$pkgver || return 1 qmake && make || return 1 make INSTALL_ROOT="$startdir/pkg/" install }