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

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 4 08:20:12 UTC 2019


    Date: Monday, November 4, 2019 @ 08:20:12
  Author: foutrelis
Revision: 523689

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: python-pymad/repos/community-staging-x86_64/PKGBUILD (from rev 523688, python-pymad/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-11-04 08:20:12 UTC (rev 523689)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Mark Rosenstand <mark at archlinux.org
+# Contributor: Corrado Primier <cp663137 at stud.polimi.it>
+
+pkgname=python-pymad
+pkgver=0.10
+pkgrel=3
+pkgdesc='Python interface to libmad'
+arch=('x86_64')
+url='https://github.com/jaqx0r/pymad'
+license=('LGPL')
+depends=('libmad' 'python')
+makedepends=('git')
+source=("$pkgname::git+https://github.com/jaqx0r/pymad.git#tag=version/${pkgver/_/-}")
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  python config_unix.py --prefix=/usr
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir"
+}
+
+# getver: github.com/jaqx0r/pymad/tags
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list