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

# source: james
TARBALL=bluez-tools-2015.02.tar.bz2
MD5SUM=bd877e5be3213e5c4067da48216a58f4
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ='bluez'
SLACKDESC='bluez-tools: bluez-tools 2015.02 (Bluez utilities)  
bluez-tools:  
bluez-tools: Bluez-tools is a collection of useful command line utilites for 
bluez-tools: bluez, the Linux bluetooth protocol stack. It enables you to 
bluez-tools: perform bluetooth administration without having to resort to 
bluez-tools: graphical utilities or hacky python scripts from bluez "test" 
bluez-tools: package.  
bluez-tools: 
bluez-tools: 
bluez-tools: 
bluez-tools:
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/bluez-tools*
	./autogen.sh &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


