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

Anatol Pomozov anatolik at archlinux.org
Mon Apr 9 16:56:33 UTC 2018


    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 <jvinet at zeroflux.org>
+
+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
+}



More information about the arch-commits mailing list