#Packager: Dimitris Tzemos <djemos(at)slackel.gr>

pkgname=tuxpaint-stamps
pkgver=2009.06.28
pkgrel=1dj
arch=noarch
source=("http://downloads.sourceforge.net/tuxpaint/$pkgname-$pkgver.tar.gz" "Makefile.patch")
sourcetemplate=http://people.salixos.org/djemos/salix/$pkgname
url='http://www.tuxpaint.org/'
doc=("docs/*.txt")

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"tuxpaint-stamps (Rubber stamps collection for Tux Paint)"
"This package contains a set of 'Rubber Stamp' images which can be"
"used with the "Stamp" tool within Tux Paint."
)

build() {

	cd $SRC/${pkgname}-${pkgver}

	patch -p0 < $SRC/Makefile.patch || return 1

	make DATA_PREFIX=$PKG/usr/share/tuxpaint/ install-all || return 1

}