#Maintainer: George Vlahavas pkgname=sourcery pkgver=0.7 pkgrel=1gv arch=noarch source=(sourcery-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "translations") options=('nosrcpack') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "sourcery (a GTK+2 frontend to slapt-src)" "Sourcery is a graphical frontend to the slapt-src utility. It can be" "used to build and install packages from SlackBuild and/or SLKBUILD" "repositories." ) build() { cd $startdir/src/$pkgname ./compile.sh DESTDIR=$startdir/pkg/ ./install.sh }