Date: Friday, January 22, 2021 @ 16:28:07
  Author: eworm
Revision: 406614

archrelease: copy trunk to testing-x86_64

Added:
  vorbis-tools/repos/testing-x86_64/
  vorbis-tools/repos/testing-x86_64/PKGBUILD
    (from rev 406613, vorbis-tools/trunk/PKGBUILD)

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

Copied: vorbis-tools/repos/testing-x86_64/PKGBUILD (from rev 406613, 
vorbis-tools/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2021-01-22 16:28:07 UTC (rev 406614)
@@ -0,0 +1,28 @@
+# Maintainer: Eric BĂ©langer <[email protected]>
+
+pkgname=vorbis-tools
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='Extra tools for Ogg-Vorbis'
+arch=('x86_64')
+url='https://www.xiph.org/vorbis/'
+license=('GPL2')
+depends=('libao' 'libvorbis' 'curl' 'flac')
+source=("https://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('db7774ec2bf2c939b139452183669be84fda5774d6400fc57fde37f77624f0b0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+    --prefix=/usr \
+    --without-speex \
+    --enable-vcut
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to