#Maintainer: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=sourcery
pkgver=0.9.1
pkgrel=1rl
arch=noarch
source=(sourcery-$pkgver.tar.xz)
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-$pkgver
	./compile.sh
	DESTDIR=$startdir/pkg/ ./install.sh
}