summaryrefslogtreecommitdiff
path: root/community/obexfs/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/obexfs/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/obexfs/PKGBUILD')
-rw-r--r--community/obexfs/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/community/obexfs/PKGBUILD b/community/obexfs/PKGBUILD
deleted file mode 100644
index c3472e487..000000000
--- a/community/obexfs/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 66254 2012-02-23 05:25:58Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# 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
-}