#Packager: Tim Beech <tim~dot~beech~AT~gmail~dot~com>

pkgname=pukka
pkgver=0.2.1
pkgrel=1tjb
arch=noarch
source=(https://github.com/mimosa67/$pkgname/archive/$pkgver.tar.gz)
sourcetemplate=http://people.salixos.org/mimosa/packages/$pkgname/$pkgver/
docs=("readme*" "install" "copying" "changelog" "authors" "news" "todo")
url=https://github.com/mimosa67/pukka
#dotnew=()
#CFLAGS=
#CXXFLAGS=
#options=('noextract')

#doinst() {
#
#}

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"pukka  (the Finnish fisherman's knife for packagers)"
"pukka  is  a  command  line  tool  that uses data from the Slackware"
"and Salix repositories for two releases to gather useful information"
"about packages. slapt-get is used to download package data and also to"
"search for packages with a similar name to the search term entered. It"
"is also possible to download either the source or package files for a"
"given package."
)


build() {
	cd $startdir/src/$pkgname-$pkgver
	make -j $numjobs || return 1
	make install DESTDIR=$startdir/pkg PREFIX=/usr
}