[arch-commits] Commit in openobex/repos (4 files)
Date: Wednesday, July 12, 2017 @ 14:55:09 Author: arojas Revision: 244799 archrelease: copy trunk to community-i686, community-x86_64 Added: openobex/repos/community-i686/PKGBUILD (from rev 244798, openobex/trunk/PKGBUILD) openobex/repos/community-x86_64/PKGBUILD (from rev 244798, openobex/trunk/PKGBUILD) Deleted: openobex/repos/community-i686/PKGBUILD openobex/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 84 community-i686/PKGBUILD | 41 - community-x86_64/PKGBUILD | 41 - 3 files changed, 84 insertions(+), 82 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-07-12 14:54:37 UTC (rev 244798) +++ community-i686/PKGBUILD 2017-07-12 14:55:09 UTC (rev 244799) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Geoffroy Carrier -# Contributor: Andrea Scarpino -# Contributor: damir - -pkgname=openobex -pkgver=1.7.2 -pkgrel=2 -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' 'doxygen' 'java-environment') -options=('staticlibs' '!makeflags') -source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz) -md5sums=('f6e0b6cb7dcfd731460a7e9a91429a3a') - -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/community-i686/PKGBUILD (from rev 244798, openobex/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-07-12 14:55:09 UTC (rev 244799) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: +# Contributor: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: damir + +pkgname=openobex +pkgver=1.7.2 +pkgrel=3 +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' 'doxygen' 'java-environment') +options=('staticlibs' '!makeflags') +source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz) +md5sums=('f6e0b6cb7dcfd731460a7e9a91429a3a') + +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 \ +-DCMAKE_INSTALL_UDEVRULESDIR=/usr/lib/udev/rules.d + 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" +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-07-12 14:54:37 UTC (rev 244798) +++ community-x86_64/PKGBUILD 2017-07-12 14:55:09 UTC (rev 244799) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Geoffroy Carrier -# Contributor: Andrea Scarpino -# Contributor: damir - -pkgname=openobex -pkgver=1.7.2 -pkgrel=2 -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' 'doxygen' 'java-environment') -options=('staticlibs' '!makeflags') -source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz) -md5sums=('f6e0b6cb7dcfd731460a7e9a91429a3a') - -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
[arch-commits] Commit in openobex/repos (4 files)
Date: Wednesday, July 12, 2017 @ 14:26:15 Author: arojas Revision: 244795 archrelease: copy trunk to community-i686, community-x86_64 Added: openobex/repos/community-i686/PKGBUILD (from rev 244794, openobex/trunk/PKGBUILD) openobex/repos/community-x86_64/PKGBUILD (from rev 244794, openobex/trunk/PKGBUILD) Deleted: openobex/repos/community-i686/PKGBUILD openobex/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 82 community-i686/PKGBUILD | 41 -- community-x86_64/PKGBUILD | 41 -- 3 files changed, 82 insertions(+), 82 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-07-12 14:25:44 UTC (rev 244794) +++ community-i686/PKGBUILD 2017-07-12 14:26:15 UTC (rev 244795) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Geoffroy Carrier -# Contributor: Andrea Scarpino -# Contributor: damir - -pkgname=openobex -pkgver=1.7.2 -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' 'doxygen' 'java-environment') -options=('staticlibs' '!makeflags') -source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz) -md5sums=('f6e0b6cb7dcfd731460a7e9a91429a3a') - -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/community-i686/PKGBUILD (from rev 244794, openobex/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-07-12 14:26:15 UTC (rev 244795) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: +# Contributor: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: damir + +pkgname=openobex +pkgver=1.7.2 +pkgrel=2 +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' 'doxygen' 'java-environment') +options=('staticlibs' '!makeflags') +source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz) +md5sums=('f6e0b6cb7dcfd731460a7e9a91429a3a') + +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" +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-07-12 14:25:44 UTC (rev 244794) +++ community-x86_64/PKGBUILD 2017-07-12 14:26:15 UTC (rev 244795) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Geoffroy Carrier -# Contributor: Andrea Scarpino -# Contributor: damir - -pkgname=openobex -pkgver=1.7.2 -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' 'doxygen' 'java-environment') -options=('staticlibs' '!makeflags') -source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz) -md5sums=('f6e0b6cb7dcfd731460a7e9a91429a3a') - -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
[arch-commits] Commit in openobex/repos (4 files)
Date: Monday, November 28, 2016 @ 20:00:32 Author: arojas Revision: 197182 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: openobex/repos/community-testing-i686/ openobex/repos/community-testing-i686/PKGBUILD (from rev 197181, openobex/trunk/PKGBUILD) openobex/repos/community-testing-x86_64/ openobex/repos/community-testing-x86_64/PKGBUILD (from rev 197181, openobex/trunk/PKGBUILD) ---+ community-testing-i686/PKGBUILD | 41 community-testing-x86_64/PKGBUILD | 41 2 files changed, 82 insertions(+) Copied: openobex/repos/community-testing-i686/PKGBUILD (from rev 197181, openobex/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2016-11-28 20:00:32 UTC (rev 197182) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: +# Contributor: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: damir + +pkgname=openobex +pkgver=1.7.2 +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' 'doxygen' 'java-environment') +options=('staticlibs' '!makeflags') +source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz) +md5sums=('f6e0b6cb7dcfd731460a7e9a91429a3a') + +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/community-testing-x86_64/PKGBUILD (from rev 197181, openobex/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2016-11-28 20:00:32 UTC (rev 197182) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: +# Contributor: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: damir + +pkgname=openobex +pkgver=1.7.2 +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' 'doxygen' 'java-environment') +options=('staticlibs' '!makeflags') +source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz) +md5sums=('f6e0b6cb7dcfd731460a7e9a91429a3a') + +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" +}
[arch-commits] Commit in openobex/repos (4 files)
Date: Saturday, January 4, 2014 @ 11:26:43 Author: andrea Revision: 103373 archrelease: copy trunk to community-i686, community-x86_64 Added: openobex/repos/community-i686/ openobex/repos/community-i686/PKGBUILD (from rev 103372, openobex/trunk/PKGBUILD) openobex/repos/community-x86_64/ openobex/repos/community-x86_64/PKGBUILD (from rev 103372, openobex/trunk/PKGBUILD) ---+ community-i686/PKGBUILD | 41 + community-x86_64/PKGBUILD | 41 + 2 files changed, 82 insertions(+) Copied: openobex/repos/community-i686/PKGBUILD (from rev 103372, openobex/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-01-04 10:26:43 UTC (rev 103373) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: +# Contributor: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: damir + +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/community-x86_64/PKGBUILD (from rev 103372, openobex/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2014-01-04 10:26:43 UTC (rev 103373) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: +# Contributor: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: damir + +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" +}
[arch-commits] Commit in openobex/repos (4 files)
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 +# Contributor: Andrea Scarpino +# Contributor: damir + +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 +# Contributor: Andrea Scarpino +# Contributor: damir + +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" +}
[arch-commits] Commit in openobex/repos (4 files)
Date: Saturday, June 1, 2013 @ 14:16:03 Author: tomegun Revision: 186955 archrelease: copy trunk to staging-i686, staging-x86_64 Added: openobex/repos/staging-i686/ openobex/repos/staging-i686/PKGBUILD (from rev 186954, openobex/trunk/PKGBUILD) openobex/repos/staging-x86_64/ openobex/repos/staging-x86_64/PKGBUILD (from rev 186954, openobex/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 45 + staging-x86_64/PKGBUILD | 45 + 2 files changed, 90 insertions(+) Copied: openobex/repos/staging-i686/PKGBUILD (from rev 186954, openobex/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2013-06-01 12:16:03 UTC (rev 186955) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: +# Contributor: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: damir + +pkgname=openobex +pkgver=1.7 +pkgrel=6 +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') +options=('!makeflags') +source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz) +md5sums=('11031f6f0b876bb6259bd27106491528') + +prepare() { + mkdir build +} + +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" + + # usrmove + cd "$pkgdir" + mv lib/udev usr/lib/ + rmdir lib +} Copied: openobex/repos/staging-x86_64/PKGBUILD (from rev 186954, openobex/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2013-06-01 12:16:03 UTC (rev 186955) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: +# Contributor: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: damir + +pkgname=openobex +pkgver=1.7 +pkgrel=6 +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') +options=('!makeflags') +source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz) +md5sums=('11031f6f0b876bb6259bd27106491528') + +prepare() { + mkdir build +} + +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" + + # usrmove + cd "$pkgdir" + mv lib/udev usr/lib/ + rmdir lib +}
[arch-commits] Commit in openobex/repos (4 files)
Date: Friday, May 31, 2013 @ 15:17:24 Author: andrea Revision: 186869 archrelease: copy trunk to testing-i686, testing-x86_64 Added: openobex/repos/testing-i686/PKGBUILD (from rev 186868, openobex/trunk/PKGBUILD) openobex/repos/testing-x86_64/PKGBUILD (from rev 186868, openobex/trunk/PKGBUILD) Deleted: openobex/repos/testing-i686/PKGBUILD openobex/repos/testing-x86_64/PKGBUILD -+ /PKGBUILD | 92 ++ testing-i686/PKGBUILD | 46 --- testing-x86_64/PKGBUILD | 46 --- 3 files changed, 92 insertions(+), 92 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2013-05-31 13:17:15 UTC (rev 186868) +++ testing-i686/PKGBUILD 2013-05-31 13:17:24 UTC (rev 186869) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Geoffroy Carrier -# Contributor: Andrea Scarpino -# Contributor: damir - -pkgname=openobex -pkgver=1.7 -pkgrel=4 -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') - -prepare() { - mkdir build - - cd ${pkgname}-${pkgver}-Source - - # Fix path to obex-check-device in udev rule - # https://bugs.archlinux.org/task/35547 - sed -i 's:/sbin/:/bin/:' udev/openobex.rules.in -} - -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 - 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-i686/PKGBUILD (from rev 186868, openobex/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2013-05-31 13:17:24 UTC (rev 186869) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: +# Contributor: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: damir + +pkgname=openobex +pkgver=1.7 +pkgrel=5 +pkgdesc="Implementation of the OBject EXchange (OBEX) protocol" +url="http://dev.zuckschwerdt.org/openobex/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL') +depends=('bluez' 'libusbx') +makedepends=('cmake') +options=('!makeflags') +source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz) +md5sums=('11031f6f0b876bb6259bd27106491528') + +prepare() { + mkdir build + + cd ${pkgname}-${pkgver}-Source + + # Fix path to obex-check-device in udev rule + # https://bugs.archlinux.org/task/35547 + sed -i 's:/sbin/:/bin/:' udev/openobex.rules.in +} + +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 + 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" +} Deleted: testing-x86_64/PKGBUILD === --- testing-x86_64/PKGBUILD 2013-05-31 13:17:15 UTC (rev 186868) +++ testing-x86_64/PKGBUILD 2013-05-31 13:17:24 UTC (rev 186869) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Geoffroy Carrier -# Contributor: Andrea Scarpino -# Contributor: damir - -pkgname=openobex -pkgver=1.7 -pkgrel=4 -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') - -prepare() { - mkdir build - - cd ${pkgname}-${pkgver}-Source - - # Fix path to obex-check-device in udev rule - # https://bugs.archlinux.org/task/35547 - sed -i 's:/sbin/:/bin/:' udev/openobex.rules.in -} - -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-a
[arch-commits] Commit in openobex/repos (4 files)
Date: Thursday, May 30, 2013 @ 05:23:06 Author: foutrelis Revision: 186596 archrelease: copy trunk to testing-i686, testing-x86_64 Added: openobex/repos/testing-i686/PKGBUILD (from rev 186595, openobex/trunk/PKGBUILD) openobex/repos/testing-x86_64/PKGBUILD (from rev 186595, openobex/trunk/PKGBUILD) Deleted: openobex/repos/testing-i686/PKGBUILD openobex/repos/testing-x86_64/PKGBUILD -+ /PKGBUILD | 92 ++ testing-i686/PKGBUILD | 37 -- testing-x86_64/PKGBUILD | 37 -- 3 files changed, 92 insertions(+), 74 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2013-05-30 03:22:55 UTC (rev 186595) +++ testing-i686/PKGBUILD 2013-05-30 03:23:06 UTC (rev 186596) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Geoffroy Carrier -# Contributor: Andrea Scarpino -# Contributor: damir - -pkgname=openobex -pkgver=1.7 -pkgrel=3 -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 - 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-i686/PKGBUILD (from rev 186595, openobex/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2013-05-30 03:23:06 UTC (rev 186596) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: +# Contributor: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: damir + +pkgname=openobex +pkgver=1.7 +pkgrel=4 +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') + +prepare() { + mkdir build + + cd ${pkgname}-${pkgver}-Source + + # Fix path to obex-check-device in udev rule + # https://bugs.archlinux.org/task/35547 + sed -i 's:/sbin/:/bin/:' udev/openobex.rules.in +} + +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 + 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" +} Deleted: testing-x86_64/PKGBUILD === --- testing-x86_64/PKGBUILD 2013-05-30 03:22:55 UTC (rev 186595) +++ testing-x86_64/PKGBUILD 2013-05-30 03:23:06 UTC (rev 186596) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Geoffroy Carrier -# Contributor: Andrea Scarpino -# Contributor: damir - -pkgname=openobex -pkgver=1.7 -pkgrel=3 -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 - 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 186595, openobex/trunk/PKGBUILD) =
[arch-commits] Commit in openobex/repos (4 files)
Date: Monday, May 27, 2013 @ 20:00:04 Author: eric Revision: 186488 archrelease: copy trunk to staging-i686, staging-x86_64 Added: openobex/repos/staging-i686/PKGBUILD (from rev 186487, openobex/trunk/PKGBUILD) openobex/repos/staging-x86_64/PKGBUILD (from rev 186487, openobex/trunk/PKGBUILD) Deleted: openobex/repos/staging-i686/PKGBUILD openobex/repos/staging-x86_64/PKGBUILD -+ /PKGBUILD | 74 ++ staging-i686/PKGBUILD | 35 - staging-x86_64/PKGBUILD | 35 - 3 files changed, 74 insertions(+), 70 deletions(-) Deleted: staging-i686/PKGBUILD === --- staging-i686/PKGBUILD 2013-05-27 17:59:27 UTC (rev 186487) +++ staging-i686/PKGBUILD 2013-05-27 18:00:04 UTC (rev 186488) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Geoffroy Carrier -# Contributor: Andrea Scarpino -# Contributor: damir - -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 -} Copied: openobex/repos/staging-i686/PKGBUILD (from rev 186487, openobex/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2013-05-27 18:00:04 UTC (rev 186488) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: +# Contributor: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: damir + +pkgname=openobex +pkgver=1.7 +pkgrel=3 +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 + 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" +} Deleted: staging-x86_64/PKGBUILD === --- staging-x86_64/PKGBUILD 2013-05-27 17:59:27 UTC (rev 186487) +++ staging-x86_64/PKGBUILD 2013-05-27 18:00:04 UTC (rev 186488) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Geoffroy Carrier -# Contributor: Andrea Scarpino -# Contributor: damir - -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 -} Copied: openobex/repos/staging-x86_64/PKGBUILD (from rev 186487, openobex/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2013-05-27 18:00:04 UTC (rev 186488) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: +# Contributor: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: damir + +pkgname=openobex +pkgver=1.7 +pkgrel=3 +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')
[arch-commits] Commit in openobex/repos (4 files)
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 -# Contributor: Andrea Scarpino -# Contributor: damir - -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 +# Contributor: Andrea Scarpino +# Contributor: damir + +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 -# Contributor: Andrea Scarpino -# Contributor: damir - -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 +# Contributor: Andrea Scarpino +# Contributor: damir + +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) +md5
[arch-commits] Commit in openobex/repos (4 files)
Date: Sunday, May 26, 2013 @ 19:06:52 Author: eric Revision: 186450 archrelease: copy trunk to staging-i686, staging-x86_64 Added: openobex/repos/staging-i686/ openobex/repos/staging-i686/PKGBUILD (from rev 186449, openobex/trunk/PKGBUILD) openobex/repos/staging-x86_64/ openobex/repos/staging-x86_64/PKGBUILD (from rev 186449, openobex/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 32 staging-x86_64/PKGBUILD | 32 2 files changed, 64 insertions(+) Copied: openobex/repos/staging-i686/PKGBUILD (from rev 186449, openobex/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2013-05-26 17:06:52 UTC (rev 186450) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: damir + +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 186449, openobex/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2013-05-26 17:06:52 UTC (rev 186450) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: damir + +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 +}
[arch-commits] Commit in openobex/repos (4 files)
Date: Saturday, February 18, 2012 @ 10:04:06 Author: pierre Revision: 150568 archrelease: copy trunk to extra-i686, extra-x86_64 Added: openobex/repos/extra-i686/PKGBUILD (from rev 150567, openobex/trunk/PKGBUILD) openobex/repos/extra-x86_64/PKGBUILD (from rev 150567, openobex/trunk/PKGBUILD) Deleted: openobex/repos/extra-i686/PKGBUILD openobex/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 68 extra-x86_64/PKGBUILD | 68 2 files changed, 68 insertions(+), 68 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 15:03:26 UTC (rev 150567) +++ extra-i686/PKGBUILD 2012-02-18 15:04:06 UTC (rev 150568) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Geoffroy Carrier -# Contributor: Andrea Scarpino -# Contributor: damir - -pkgname=openobex -pkgver=1.5 -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') -options=('!libtool') -source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";) -md5sums=('fce1b82eafb74bde54fe117372393ba8') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC" - - ./configure --prefix=/usr \ - --enable-apps \ - --enable-irda \ - --enable-bluetooth \ - --enable-usb - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: openobex/repos/extra-i686/PKGBUILD (from rev 150567, openobex/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 15:04:06 UTC (rev 150568) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: damir + +pkgname=openobex +pkgver=1.5 +pkgrel=3 +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') +options=('!libtool') +source=("http://mirror.anl.gov/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('fce1b82eafb74bde54fe117372393ba8') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC" + + ./configure --prefix=/usr \ + --enable-apps \ + --enable-irda \ + --enable-bluetooth \ + --enable-usb + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-02-18 15:03:26 UTC (rev 150567) +++ extra-x86_64/PKGBUILD 2012-02-18 15:04:06 UTC (rev 150568) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Geoffroy Carrier -# Contributor: Andrea Scarpino -# Contributor: damir - -pkgname=openobex -pkgver=1.5 -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') -options=('!libtool') -source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";) -md5sums=('fce1b82eafb74bde54fe117372393ba8') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC" - - ./configure --prefix=/usr \ - --enable-apps \ - --enable-irda \ - --enable-bluetooth \ - --enable-usb - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: openobex/repos/extra-x86_64/PKGBUILD (from rev 150567, openobex/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-02-18 15:04:06 UTC (rev 150568) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: damir + +pkgname=openobex +pkgver=1.5 +pkgrel=3 +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') +options=('!libtool') +source=("http://mirror.anl.gov/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('fce1b82eafb74bde54fe117372393ba8') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC" + + ./configure --prefix=/usr \ + --enable-apps \ +