[arch-commits] Commit in bluez-tools/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 21:23:10 UTC 2020
Date: Tuesday, July 7, 2020 @ 21:23:09
Author: felixonmars
Revision: 660378
archrelease: copy trunk to community-staging-x86_64
Added:
bluez-tools/repos/community-staging-x86_64/
bluez-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 660377, bluez-tools/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: bluez-tools/repos/community-staging-x86_64/PKGBUILD (from rev 660377, bluez-tools/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 21:23:09 UTC (rev 660378)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=bluez-tools
+pkgver=0.2.0
+pkgrel=5
+pkgdesc="A set of tools to manage Bluetooth devices for Linux"
+arch=('x86_64')
+url="https://github.com/khvzak/bluez-tools"
+license=('GPL')
+depends=('bluez')
+makedepends=(git)
+_commit=7cb788c9c43facfd2d14ff50e16d6a19f033a6a7 # master
+source=("git+https://github.com/khvzak/bluez-tools#commit=$_commit")
+sha256sums=('SKIP')
+
+build() {
+ cd $pkgname
+ CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+ ./autogen.sh --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list