summaryrefslogtreecommitdiff
path: root/community/pymad
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-28 00:05:59 -0800
committerroot <root@rshg054.dnsready.net>2013-01-28 00:05:59 -0800
commit1b9f6dc846379470b620b5dbb9d4d7acd1de148c (patch)
tree2305b950a3c94970b05c1a38af473f5cca95af02 /community/pymad
parentb9b96ada56ad38df20b1e528a095a1e86ab67a2b (diff)
Mon Jan 28 00:05:59 PST 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
+}