~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH v3] testing/libsbsms: new aport

Sol Fisher Romanoff <sol@solfisher.com>
Details
Message ID
<20210904122827.16059-1-sol@solfisher.com>
DKIM signature
missing
Download raw message
Patch: +35 -0
https://github.com/claytonotey/libsbsms
Library for time stretching and pitch scaling of audio
---
 testing/libsbsms/APKBUILD | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 testing/libsbsms/APKBUILD

diff --git a/testing/libsbsms/APKBUILD b/testing/libsbsms/APKBUILD
new file mode 100644
index 0000000000..535244a980
--- /dev/null
+++ b/testing/libsbsms/APKBUILD
@@ -0,0 +1,35 @@
# Contributor: Sol Fisher Romanoff <sol@solfisher.com>
# Maintainer: Sol Fisher Romanoff <sol@solfisher.com>
pkgname=libsbsms
pkgver=2.3.0
pkgrel=0
pkgdesc="Library for time stretching and pitch scaling of audio"
url="https://github.com/claytonotey/libsbsms"
arch="all"
license="GPL-2.0-or-later"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/claytonotey/libsbsms/archive/refs/tags/$pkgver.tar.gz"

build() {
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info \
		--enable-shared
	make
}

check() {
	make check
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="
e5b544c2bdbaa2169236987c7a043838c8d1761b25280c476d7a32656d482c6485cb33f579ea9d1ce586ec7b2913ed8fdcf1abe5c7cc8b9e4eef9ce87de54627  libsbsms-2.3.0.tar.gz
"
-- 
2.33.0
Reply to thread Export thread (mbox)