summaryrefslogtreecommitdiff
path: root/community/pymad
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
committerroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
commit7a65a910b77ad191d69881098c47f9b0c852d92e (patch)
tree9564e611af1442f8952a8cbddb3b0ad25ed71aab /community/pymad
parent60da6abff6c9577a783d72865f11de7a585e912e (diff)
Tue Aug 13 01:31:08 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
+}