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

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 30 18:08:22 UTC 2018


    Date: Saturday, June 30, 2018 @ 18:08:22
  Author: foutrelis
Revision: 348869

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

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

Copied: python-pymad/repos/community-staging-x86_64/PKGBUILD (from rev 348868, python-pymad/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-06-30 18:08:22 UTC (rev 348869)
@@ -0,0 +1,29 @@
+# $Id$
+# 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=2
+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