mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/obexfs: 0.12-3.1 for user until upstream address https://bugs.archlinux.org/task/37916
This commit is contained in:
parent
9cc88100f7
commit
7b335b09c4
1 changed files with 29 additions and 0 deletions
29
community/obexfs/PKGBUILD
Normal file
29
community/obexfs/PKGBUILD
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# $Id$
|
||||||
|
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||||
|
# Packager: cs-cam - me.at.camdaniel.com
|
||||||
|
|
||||||
|
pkgname=obexfs
|
||||||
|
pkgver=0.12
|
||||||
|
pkgrel=3.1
|
||||||
|
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
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd $srcdir/$pkgname-$pkgver
|
||||||
|
make DESTDIR=$pkgdir install
|
||||||
|
}
|
Loading…
Reference in a new issue