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

2019-01-11 Thread Anatol Pomozov via arch-commits
Date: Friday, January 11, 2019 @ 21:00:32
  Author: anatolik
Revision: 343696

archrelease: copy trunk to testing-x86_64

Added:
  alsa-oss/repos/testing-x86_64/
  alsa-oss/repos/testing-x86_64/PKGBUILD
(from rev 343695, alsa-oss/trunk/PKGBUILD)

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

Copied: alsa-oss/repos/testing-x86_64/PKGBUILD (from rev 343695, 
alsa-oss/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-11 21:00:32 UTC (rev 343696)
@@ -0,0 +1,23 @@
+# Contributor: judd 
+
+pkgname=alsa-oss
+pkgver=1.1.8
+pkgrel=1
+pkgdesc="OSS compatibility library"
+arch=('x86_64')
+license=('GPL')
+url="http://www.alsa-project.org";
+depends=('alsa-lib')
+source=("ftp://ftp.alsa-project.org/pub/oss-lib/$pkgname-$pkgver.tar.bz2";)
+sha1sums=('584c7153dfa2318c950ceddbca546f719bce2d6b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2018-04-09 Thread Anatol Pomozov via arch-commits
Date: Monday, April 9, 2018 @ 16:56:33
  Author: anatolik
Revision: 321397

archrelease: copy trunk to testing-x86_64

Added:
  alsa-oss/repos/testing-x86_64/
  alsa-oss/repos/testing-x86_64/PKGBUILD
(from rev 321396, alsa-oss/trunk/PKGBUILD)

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

Copied: alsa-oss/repos/testing-x86_64/PKGBUILD (from rev 321396, 
alsa-oss/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-09 16:56:33 UTC (rev 321397)
@@ -0,0 +1,24 @@
+# $Id$
+# Contributor: judd 
+
+pkgname=alsa-oss
+pkgver=1.1.6
+pkgrel=1
+pkgdesc="OSS compatibility library"
+arch=('x86_64')
+license=('GPL')
+url="http://www.alsa-project.org";
+depends=('alsa-lib')
+source=("ftp://ftp.alsa-project.org/pub/oss-lib/$pkgname-$pkgver.tar.bz2";)
+sha1sums=('808a00d35d2dd33ce67ee45716ee0f744ed22cb9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}