[arch-commits] Commit in sbc/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 16 09:11:06 UTC 2020


    Date: Saturday, May 16, 2020 @ 09:11:05
  Author: felixonmars
Revision: 383784

archrelease: copy trunk to staging-x86_64

Added:
  sbc/repos/staging-x86_64/
  sbc/repos/staging-x86_64/PKGBUILD
    (from rev 383783, sbc/trunk/PKGBUILD)

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Copied: sbc/repos/staging-x86_64/PKGBUILD (from rev 383783, sbc/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 09:11:05 UTC (rev 383784)
@@ -0,0 +1,23 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=sbc
+pkgver=1.4
+pkgrel=2
+pkgdesc="Bluetooth Subband Codec (SBC) library"
+url="http://www.bluez.org/"
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(glibc)
+source=(https://mirrors.edge.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)
+sha512sums=('f35250c202034e93ce4046d29883d76b162164d42fb59e6af8ff5e57f197244238f5f8087309cef2d44755c179e7f0869cf096735c8de510b1ac7e0f6c29d84f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --disable-tester
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list