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

# source: james
TARBALL=obexftp-0.24-Source.tar.gz
MD5SUM=31a50dbbd09c63cbb5399772aaff7936
SRC_URL=http://downloads.sourceforge.net/openobex/$TARBALL
BUNDLE=

SLACKREQ=openobex
SLACKDESC='obexftp: obexftp 0.24 (OBEX FTP and FUSE)  
obexftp:  
obexftp: obexftp is a simple FTP-like client and server for OBEX services. It 
obexftp: also includes obexfs - a FUSE filesystem to mount remote directories 
obexftp: using FUSE and obexftp.  
obexftp: 
obexftp: 
obexftp: 
obexftp: 
obexftp: 
obexftp: http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp  
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CMAKEFLAGS="$CMAKEFLAGS -DENABLE_RUBY=off"
	pkg_build_cmake &&
	pkg_build_slackdesc &&
	cp fuse/obex* /usr/bin
}


