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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon May 27 07:46:51 UTC 2013


    Date: Monday, May 27, 2013 @ 09:46:51
  Author: andrea
Revision: 186475

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

Added:
  openobex/repos/staging-i686/PKGBUILD
    (from rev 186474, openobex/trunk/PKGBUILD)
  openobex/repos/staging-x86_64/PKGBUILD
    (from rev 186474, openobex/trunk/PKGBUILD)
Deleted:
  openobex/repos/staging-i686/PKGBUILD
  openobex/repos/staging-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   70 ++++++++++++++++++++++++++++++++++++++++++++++
 staging-i686/PKGBUILD   |   32 ---------------------
 staging-x86_64/PKGBUILD |   32 ---------------------
 3 files changed, 70 insertions(+), 64 deletions(-)

Deleted: staging-i686/PKGBUILD
===================================================================
--- staging-i686/PKGBUILD	2013-05-27 07:46:37 UTC (rev 186474)
+++ staging-i686/PKGBUILD	2013-05-27 07:46:51 UTC (rev 186475)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Geoffroy Carrier <geoffroy at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=openobex
-pkgver=1.7
-pkgrel=1
-pkgdesc="Implementation of the OBject EXchange (OBEX) protocol"
-url="http://dev.zuckschwerdt.org/openobex/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('bluez' 'libusb-compat')
-makedepends=('cmake')
-options=('!libtool' '!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz)
-md5sums=('11031f6f0b876bb6259bd27106491528')
-
-build() {
-  [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver}-Source \
-    -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=ON \
-    -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DCMAKE_INSTALL_SBINDIR=bin 
-  make all openobex-apps
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: openobex/repos/staging-i686/PKGBUILD (from rev 186474, openobex/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-05-27 07:46:51 UTC (rev 186475)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=openobex
+pkgver=1.7
+pkgrel=2
+pkgdesc="Implementation of the OBject EXchange (OBEX) protocol"
+url="http://dev.zuckschwerdt.org/openobex/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('bluez' 'libusb-compat')
+makedepends=('cmake')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz)
+md5sums=('11031f6f0b876bb6259bd27106491528')
+
+build() {
+  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
+  make all openobex-apps
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD	2013-05-27 07:46:37 UTC (rev 186474)
+++ staging-x86_64/PKGBUILD	2013-05-27 07:46:51 UTC (rev 186475)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Geoffroy Carrier <geoffroy at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=openobex
-pkgver=1.7
-pkgrel=1
-pkgdesc="Implementation of the OBject EXchange (OBEX) protocol"
-url="http://dev.zuckschwerdt.org/openobex/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('bluez' 'libusb-compat')
-makedepends=('cmake')
-options=('!libtool' '!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz)
-md5sums=('11031f6f0b876bb6259bd27106491528')
-
-build() {
-  [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver}-Source \
-    -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=ON \
-    -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DCMAKE_INSTALL_SBINDIR=bin 
-  make all openobex-apps
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: openobex/repos/staging-x86_64/PKGBUILD (from rev 186474, openobex/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2013-05-27 07:46:51 UTC (rev 186475)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=openobex
+pkgver=1.7
+pkgrel=2
+pkgdesc="Implementation of the OBject EXchange (OBEX) protocol"
+url="http://dev.zuckschwerdt.org/openobex/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('bluez' 'libusb-compat')
+makedepends=('cmake')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz)
+md5sums=('11031f6f0b876bb6259bd27106491528')
+
+build() {
+  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
+  make all openobex-apps
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list