### this file is sourced not run
PKGVER=2016.10
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=xannotate-2016-10-21.tar.bz2
MD5SUM=61821573d8fba1495845e38ffe393184
SRC_URL=http://distro.ibiblio.org/fatdog/source/710/$TARBALL
BUNDLE=

SLACKREQ='libX11' # 
SLACKDESC="xannotate: xannotate $PKGVER (Desktop annotation tool)  
xannotate:  
xannotate: xannotate is a small program to annotate the desktop. It is similar 
xannotate: to gromit.  
xannotate: 
xannotate: It also comes with xscreenshot, a simple program to capture
xannotate: screenshot from selected area on screen.
xannotate: 
xannotate: 
xannotate: 
xannotate: http://www.lightofdawn.org/wiki/wiki.cgi/Xannotate 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/xannotate*
	make && cp xannotate xscreenshot /usr/bin &&
	cp README-* /usr/share/doc &&
	pkg_build_slackdesc
}
