aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tinyalsa
diff options
context:
space:
mode:
authorMinecrell <minecrell@minecrell.net>2020-04-23 16:44:31 +0200
committerTBK <tbk@jjtc.eu>2020-04-25 15:00:06 +0000
commit4623389241eac16d3bb920bdf587d514e46db1d9 (patch)
tree9cdcabc5e9f9fe5a8913cdb89a3c68dee2039a7d /testing/tinyalsa
parent006df6831b25f3f7cb288ac43ad1df8ea09a78c8 (diff)
downloadaports-4623389241eac16d3bb920bdf587d514e46db1d9.tar.bz2
aports-4623389241eac16d3bb920bdf587d514e46db1d9.tar.xz
testing/tinyalsa: new aport
Diffstat (limited to 'testing/tinyalsa')
-rw-r--r--testing/tinyalsa/APKBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/tinyalsa/APKBUILD b/testing/tinyalsa/APKBUILD
new file mode 100644
index 0000000000..2e64fd3c43
--- /dev/null
+++ b/testing/tinyalsa/APKBUILD
@@ -0,0 +1,25 @@
+# Contributor: Minecrell <minecrell@minecrell.net>
+# Maintainer: Minecrell <minecrell@minecrell.net>
+pkgname=tinyalsa
+pkgver=1.1.1_git20200424
+_commit=6ef70e16da9c83db73861561d32830f6448db55d
+pkgrel=0
+pkgdesc="Tiny library to interface with ALSA in the Linux kernel"
+url="https://github.com/tinyalsa/tinyalsa"
+arch="all"
+license="BSD-3-Clause"
+makedepends="bash linux-headers doxygen graphviz"
+subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-libs"
+source="$pkgname-$_commit.tar.gz::https://github.com/tinyalsa/tinyalsa/archive/$_commit.tar.gz"
+options="!check" # no tests
+builddir="$srcdir/$pkgname-$_commit"
+
+build() {
+ make
+}
+
+package() {
+ make DESTDIR="$pkgdir" PREFIX=/usr install
+}
+
+sha512sums="fdd11de6dda8e4bc4bde8a811944dba6e4e424ee70151afa6c260d8c087fae7c9e9dfb9fd9c4b0ca367abb94b95192ee4fe6b0d5028dabbdbec80de116725596 tinyalsa-6ef70e16da9c83db73861561d32830f6448db55d.tar.gz"