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

# source: BLFS 7.5 modified with Fatdog64 build config updated to 1.7.2
TARBALL=openobex-$PKGVER-Source.tar.gz
MD5SUM=f6e0b6cb7dcfd731460a7e9a91429a3a
SRC_URL=http://downloads.sourceforge.net/openobex/$TARBALL
BUNDLE=

SLACKREQ='bluez libusb'
SLACKDESC="openobex: openobex $PKGVER (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: http://dev.zuckschwerdt.org/openobex/wiki/ObexIntroduction/
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
}


