[arch-commits] Commit in alsa-oss/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Fri Jan 11 21:00:35 UTC 2019
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 <jvinet at zeroflux.org>
+
+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
+}
More information about the arch-commits
mailing list