[arch-commits] Commit in wavpack/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sat Jul 9 15:49:41 UTC 2022


    Date: Saturday, July 9, 2022 @ 15:49:41
  Author: felixonmars
Revision: 450569

archrelease: copy trunk to testing-x86_64

Added:
  wavpack/repos/testing-x86_64/
  wavpack/repos/testing-x86_64/PKGBUILD
    (from rev 450568, wavpack/trunk/PKGBUILD)

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

Copied: wavpack/repos/testing-x86_64/PKGBUILD (from rev 450568, wavpack/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2022-07-09 15:49:41 UTC (rev 450569)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=wavpack
+pkgver=5.5.0
+pkgrel=1
+pkgdesc="Audio compression format with lossless, lossy and hybrid compression modes"
+arch=('x86_64')
+url="http://www.wavpack.com/"
+license=('BSD')
+depends=('glibc')
+source=(https://github.com/dbry/WavPack/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha512sums=('9758e8079618e45e585330cd472f8ddae6e0ffd9a79032e7ec60251fff331390a619855dcdcf92942f5192d6ae12e05b6feca36394d30f0fe7e65222ee2696fc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-asm
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list