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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 23:39:32 UTC 2021


    Date: Thursday, December 2, 2021 @ 23:39:32
  Author: felixonmars
Revision: 1063225

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 1063223, python-pymad/trunk/PKGBUILD)

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

Copied: python-pymad/repos/community-staging-x86_64/PKGBUILD (from rev 1063223, python-pymad/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-12-02 23:39:32 UTC (rev 1063225)
@@ -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=5
+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