[arch-commits] Commit in (obexftp obexftp/repos obexftp/trunk obexftp/trunk/PKGBUILD)

Giovanni Scafora giovanni at nymeria.archlinux.org
Fri Dec 6 12:11:44 UTC 2013


    Date: Friday, December 6, 2013 @ 13:11:43
  Author: giovanni
Revision: 102176

extra2community: Moving obexftp from extra to community

Added:
  obexftp/
  obexftp/repos/
  obexftp/trunk/
  obexftp/trunk/PKGBUILD

----------+
 PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

Added: obexftp/trunk/PKGBUILD
===================================================================
--- obexftp/trunk/PKGBUILD	                        (rev 0)
+++ obexftp/trunk/PKGBUILD	2013-12-06 12:11:43 UTC (rev 102176)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+pkgname=obexftp
+pkgver=0.24
+pkgrel=1
+pkgdesc="A tool for transfer files to/from any OBEX enabled device"
+arch=('i686' 'x86_64')
+url="http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp"
+license=('GPL')
+depends=('openobex')
+makedepends=('cmake' 'asciidoc' 'xmlto' 'fuse' 'swig' 'ruby' 'tk')
+optdepends=('ruby: ruby bindings'
+            'tk: TCL/Tk bindings')
+options=('!makeflags' '!docs')
+source=("http://downloads.sourceforge.net/openobex/${pkgname}-${pkgver}-Source.tar.gz")
+md5sums=('31a50dbbd09c63cbb5399772aaff7936')
+
+build() {
+  cd "${srcdir}/"
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver}-Source \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_SBINDIR=bin \
+    -DENABLE_PERL=YES \
+    -DENABLE_PYTHON=YES \
+    -DENABLE_RUBY=YES \
+    -DENABLE_TCL=YES
+  make doc
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: obexftp/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list