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

# source: james
TARBALL=xbelld-2015.1.tar.gz
MD5SUM=e2aa4b41668398e515d6267901dc8808
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ='alsa-lib libX11' 
SLACKDESC='xbelld: xbelld 2015.1 (beep using your soundcard)  
xbelld:  
xbelld: xbelld is a tiny utility to aid people who either don'\''t like the 
xbelld: default PC speaker beep, or (like me) use an ALSA driver that doesn'\''t 
xbelld: yet have support for the PC speaker. xbelld performs a given action 
xbelld: every time the X bell is rung. The actions xbelld can currently 
xbelld: perform include running a specified program, emulating the PC speaker 
xbelld: beep using your sound card (default), or playing a PCM encoded WAVE 
xbelld: file.  
xbelld: 
xbelld: http://code.google.com/p/xbelld/
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/xbelld*
	make $MAKEFLAGS && 
	make install prefix=/usr &&
	pkg_build_slackdesc
}
