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

# source: james
TARBALL=jwm-$PKGVER.tar.xz
MD5SUM=64660b8b9dbd842d02662e4de95789c3
SRC_URL=http://joewing.net/projects/jwm/releases/$TARBALL
BUNDLE=

SLACKREQ='libpng libjpeg-turbo libX11' 
SLACKDESC="jwm: jwm $PKGVER (X11 Window manager)  
jwm:  
jwm: JWM is a light-weight window manager for the X11 Window System. JWM is 
jwm: written in C and uses only Xlib at a minimum. Because of its small 
jwm: footprint, JWM makes a good window manager for older computers and less 
jwm: powerful systems, such as the Raspberry Pi, though it is perfectly 
jwm: capable of running on modern systems. JWM is included in small Linux 
jwm: distributions such as Puppy Linux and Damn Small Linux, and it is 
jwm: available as a separate package in many other distributions.  
jwm: 
jwm: This version does not support cairo, fribidi, and SVG.
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### buikd
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-cairo --disable-fribidi --disable-rsvg"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
