[arch-commits] Commit in obexfs/repos (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 13:31:00 UTC 2014


    Date: Tuesday, July 1, 2014 @ 15:31:00
  Author: spupykin
Revision: 114109

archrelease: copy trunk to community-i686, community-x86_64

Added:
  obexfs/repos/community-i686/PKGBUILD
    (from rev 114108, obexfs/trunk/PKGBUILD)
  obexfs/repos/community-x86_64/PKGBUILD
    (from rev 114108, obexfs/trunk/PKGBUILD)
Deleted:
  obexfs/repos/community-i686/PKGBUILD
  obexfs/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   58 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   25 ------------------
 community-x86_64/PKGBUILD |   25 ------------------
 3 files changed, 58 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-01 13:30:46 UTC (rev 114108)
+++ community-i686/PKGBUILD	2014-07-01 13:31:00 UTC (rev 114109)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at 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
-}

Copied: obexfs/repos/community-i686/PKGBUILD (from rev 114108, obexfs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-01 13:31:00 UTC (rev 114109)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Packager: cs-cam - me.at.camdaniel.com
+
+pkgname=obexfs
+pkgver=0.12
+pkgrel=4
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-01 13:30:46 UTC (rev 114108)
+++ community-x86_64/PKGBUILD	2014-07-01 13:31:00 UTC (rev 114109)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at 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
-}

Copied: obexfs/repos/community-x86_64/PKGBUILD (from rev 114108, obexfs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-01 13:31:00 UTC (rev 114109)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Packager: cs-cam - me.at.camdaniel.com
+
+pkgname=obexfs
+pkgver=0.12
+pkgrel=4
+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
+}




More information about the arch-commits mailing list