From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/obexfs/PKGBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 community/obexfs/PKGBUILD (limited to 'community/obexfs') diff --git a/community/obexfs/PKGBUILD b/community/obexfs/PKGBUILD new file mode 100644 index 000000000..c3472e487 --- /dev/null +++ b/community/obexfs/PKGBUILD @@ -0,0 +1,25 @@ +# $Id: PKGBUILD 66254 2012-02-23 05:25:58Z spupykin $ +# Maintainer: Sergej Pupykin +# Packager: cs-cam - me.at.camdaniel.com + +pkgname=obexfs +pkgver=0.12 +pkgrel=3 +pkgdesc="FUSE based filesystem using ObexFTP (currently beta)." +arch=('i686' 'x86_64') +url="http://openobex.triq.net/obexfs" +license=('GPL') +source=(http://triq.net/obexftp/$pkgname-$pkgver.tar.gz) +depends=('fuse' 'obexftp>=0.22') +md5sums=('0f505672b025cdb505e215ee707a2e2f') + +build() { + cd $srcdir/$pkgname-$pkgver + + export OBEXFTP_CFLAGS="-I/usr/include/obexftp -I/usr/include/multicobex -I/usr/include/bfb" + export OBEXFTP_LIBS="-lobexftp -lmulticobex -lbfb -lopenobex -lbluetooth" + + ./configure --prefix=/usr + make + make DESTDIR=$pkgdir install +} -- cgit v1.2.3-54-g00ecf