summaryrefslogtreecommitdiff
path: root/community/obexfs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/obexfs/PKGBUILD')
-rw-r--r--community/obexfs/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/obexfs/PKGBUILD b/community/obexfs/PKGBUILD
index c3472e487..17f39a8d4 100644
--- a/community/obexfs/PKGBUILD
+++ b/community/obexfs/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 66254 2012-02-23 05:25:58Z spupykin $
+# $Id: PKGBUILD 114109 2014-07-01 13:31:00Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Packager: cs-cam - me.at.camdaniel.com
pkgname=obexfs
pkgver=0.12
-pkgrel=3
+pkgrel=4
pkgdesc="FUSE based filesystem using ObexFTP (currently beta)."
arch=('i686' 'x86_64')
url="http://openobex.triq.net/obexfs"
@@ -21,5 +21,9 @@ build() {
./configure --prefix=/usr
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}