[arch-commits] Commit in bluez-tools (5 files)

Balló György bgyorgy at archlinux.org
Sun Apr 2 11:32:38 UTC 2017


    Date: Sunday, April 2, 2017 @ 11:32:37
  Author: bgyorgy
Revision: 220316

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

Added:
  bluez-tools/repos/
  bluez-tools/repos/community-i686/
  bluez-tools/repos/community-i686/PKGBUILD
    (from rev 220315, bluez-tools/trunk/PKGBUILD)
  bluez-tools/repos/community-x86_64/
  bluez-tools/repos/community-x86_64/PKGBUILD
    (from rev 220315, bluez-tools/trunk/PKGBUILD)

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

Copied: bluez-tools/repos/community-i686/PKGBUILD (from rev 220315, bluez-tools/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2017-04-02 11:32:37 UTC (rev 220316)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=bluez-tools
+pkgver=0.2.0
+_gitrev=97efd293491ad7ec96a655665339908f2478b3d1
+pkgrel=1
+pkgdesc="A set of tools to manage Bluetooth devices for Linux"
+arch=('x86_64' 'i686')
+url="https://github.com/khvzak/bluez-tools"
+license=('GPL')
+depends=('bluez')
+source=("$pkgname-$_gitrev.tar.gz::https://github.com/khvzak/bluez-tools/archive/$_gitrev.tar.gz")
+sha256sums=('62ca98af63d2ae142dbc77995c6bd4c259eaba4a5832daa33ae9e3d585b9205f')
+
+build() {
+  cd $pkgname-$_gitrev
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$_gitrev
+  make DESTDIR="$pkgdir" install
+}

Copied: bluez-tools/repos/community-x86_64/PKGBUILD (from rev 220315, bluez-tools/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-04-02 11:32:37 UTC (rev 220316)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=bluez-tools
+pkgver=0.2.0
+_gitrev=97efd293491ad7ec96a655665339908f2478b3d1
+pkgrel=1
+pkgdesc="A set of tools to manage Bluetooth devices for Linux"
+arch=('x86_64' 'i686')
+url="https://github.com/khvzak/bluez-tools"
+license=('GPL')
+depends=('bluez')
+source=("$pkgname-$_gitrev.tar.gz::https://github.com/khvzak/bluez-tools/archive/$_gitrev.tar.gz")
+sha256sums=('62ca98af63d2ae142dbc77995c6bd4c259eaba4a5832daa33ae9e3d585b9205f')
+
+build() {
+  cd $pkgname-$_gitrev
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$_gitrev
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list