summaryrefslogtreecommitdiff
path: root/community/pymad
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
committerroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
commit8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (patch)
tree03fd0e2921ebd53228d9a93e32ed3976b636cbea /community/pymad
parente445a313723389ba9ee1fded025c567dae5b21ea (diff)
Fri Jul 19 01:09:18 PDT 2013
Diffstat (limited to 'community/pymad')
-rw-r--r--community/pymad/PKGBUILD24
1 files changed, 24 insertions, 0 deletions
diff --git a/community/pymad/PKGBUILD b/community/pymad/PKGBUILD
new file mode 100644
index 000000000..ace77f357
--- /dev/null
+++ b/community/pymad/PKGBUILD
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 83176 2013-01-27 16:25:07Z pierre $
+# Maintainer: Mark Rosenstand <mark@archlinux.org
+# Contributor: Corrado Primier <cp663137@stud.polimi.it>
+
+pkgname=pymad
+pkgver=0.6
+pkgrel=4
+pkgdesc="Python interface to libmad."
+arch=('i686' 'x86_64')
+url="http://www.spacepants.org/src/pymad/"
+license=('LGPL')
+depends=('libmad' 'python2')
+source=("http://www.spacepants.org/src/pymad/download/$pkgname-$pkgver.tar.gz")
+md5sums=('a1405fb4b610348565c8d0e400c5ff18')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ python2 config_unix.py --prefix=/usr
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ python2 setup.py install --root=$pkgdir
+}