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

# BLFS 7.5 modified with Fatdog64 build config
TARBALL=openobex-1.7.1-Source.tar.gz
MD5SUM=3181bfed9cb7db591605391068cb0085
SRC_URL=http://downloads.sourceforge.net/openobex/$TARBALL
BUNDLE=

SLACKREQ='bluez libusb'
SLACKDESC='openobex: openobex 1.7.1 (OBEX protocol library)  
openobex:  
openobex: The OpenOBEX package contains a library that implements Object 
openobex: Exchange Protocol used for binary file transfers between devices.  
openobex: 
openobex: 
openobex: 
openobex: 
openobex: 
openobex: 
openobex: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CMAKECFLAGS="-DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_INSTALL_LIBDIR=lib64  \
      -DCMAKE_BUILD_TYPE=Release"
    pkg_build_cmake &&
    pkg_build_slackdesc
}


