[arch-commits] Commit in python-pyalsa/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 05:22:56 UTC 2019


    Date: Monday, November 4, 2019 @ 05:22:54
  Author: felixonmars
Revision: 523190

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pyalsa/repos/community-staging-x86_64/
  python-pyalsa/repos/community-staging-x86_64/PKGBUILD
    (from rev 523189, python-pyalsa/trunk/PKGBUILD)

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

Copied: python-pyalsa/repos/community-staging-x86_64/PKGBUILD (from rev 523189, python-pyalsa/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-11-04 05:22:54 UTC (rev 523190)
@@ -0,0 +1,27 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+_name=pyalsa
+pkgname=python-pyalsa
+pkgver=1.1.6
+pkgrel=5
+pkgdesc="Python binding for the ALSA library"
+arch=('x86_64')
+url="https://www.alsa-project.org"
+license=('LGPL2.1')
+groups=('alsa')
+depends=('alsa-lib' 'python')
+makedepends=('python-setuptools')
+source=("ftp://ftp.alsa-project.org/pub/${_name}/${_name}-${pkgver}.tar.bz2")
+sha512sums=('6c6aee1ad32c2208ab3f91defee5651cca8bb414479ff80e8a1bd6791ec1df2218a61dd8e7c01f95bd5d51807776034ff96cca2b935e9e4e23d13b6c3c40a0dd')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --skip-build \
+    --optimize=1 \
+    --prefix=/usr \
+    --root="${pkgdir}"
+}



More information about the arch-commits mailing list