[arch-commits] Commit in openobex/repos (4 files)
Eric Bélanger
eric at nymeria.archlinux.org
Wed Nov 6 03:26:31 UTC 2013
Date: Wednesday, November 6, 2013 @ 04:26:31
Author: eric
Revision: 198996
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
openobex/repos/testing-i686/
openobex/repos/testing-i686/PKGBUILD
(from rev 198995, openobex/trunk/PKGBUILD)
openobex/repos/testing-x86_64/
openobex/repos/testing-x86_64/PKGBUILD
(from rev 198995, openobex/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 82 insertions(+)
Copied: openobex/repos/testing-i686/PKGBUILD (from rev 198995, openobex/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2013-11-06 03:26:31 UTC (rev 198996)
@@ -0,0 +1,41 @@
+# $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.1
+pkgrel=1
+pkgdesc="Implementation of the OBject EXchange (OBEX) protocol"
+url="http://dev.zuckschwerdt.org/openobex/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('libusbx' 'bluez-libs')
+makedepends=('cmake' 'libxslt')
+options=('staticlibs' '!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz)
+md5sums=('3181bfed9cb7db591605391068cb0085')
+
+prepare() {
+ sed -i 's|MODE="660", GROUP="plugdev"|TAG+="uaccess"|' ${pkgname}-${pkgver}-Source/udev/openobex.rules.in
+}
+
+build() {
+ 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=/usr/bin
+ make all openobex-apps
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+ cp ../${pkgname}-${pkgver}-Source/apps/lib/*.h "${pkgdir}/usr/include/openobex/"
+ install -m644 apps/lib/libopenobex-apps-common.a "${pkgdir}/usr/lib/libopenobex-apps-common.a"
+}
Copied: openobex/repos/testing-x86_64/PKGBUILD (from rev 198995, openobex/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-11-06 03:26:31 UTC (rev 198996)
@@ -0,0 +1,41 @@
+# $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.1
+pkgrel=1
+pkgdesc="Implementation of the OBject EXchange (OBEX) protocol"
+url="http://dev.zuckschwerdt.org/openobex/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('libusbx' 'bluez-libs')
+makedepends=('cmake' 'libxslt')
+options=('staticlibs' '!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz)
+md5sums=('3181bfed9cb7db591605391068cb0085')
+
+prepare() {
+ sed -i 's|MODE="660", GROUP="plugdev"|TAG+="uaccess"|' ${pkgname}-${pkgver}-Source/udev/openobex.rules.in
+}
+
+build() {
+ 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=/usr/bin
+ make all openobex-apps
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+ cp ../${pkgname}-${pkgver}-Source/apps/lib/*.h "${pkgdir}/usr/include/openobex/"
+ install -m644 apps/lib/libopenobex-apps-common.a "${pkgdir}/usr/lib/libopenobex-apps-common.a"
+}
More information about the arch-commits
mailing list