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

# source: james
TARBALL=xannotate-2015-03-01.tar.bz2
MD5SUM=45979cfe2f4bd76ba3de38f54a4eb5a4
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ='libX11' # 
SLACKDESC='xannotate: xannotate 2015.03 (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
}
