diff options
Diffstat (limited to 'gmpy/Pkgfile')
-rw-r--r-- | gmpy/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gmpy/Pkgfile b/gmpy/Pkgfile new file mode 100644 index 000000000..8c44b3fed --- /dev/null +++ b/gmpy/Pkgfile @@ -0,0 +1,17 @@ +# Description: Python modules providing multiprecision arithmetic functionality +# URL: http://gmpy.sourceforge.net/ +# Maintainer: James Mills, prologic at shortcircuit dot net dot au +# Packager: Younes Hafri, ycrux at club-internet dot fr +# +# Depends on: python, libgmp + +name=gmpy +version=1.01 +release=1 +source=(http://dl.sourceforge.net/sourceforge/$name/$name-sources-101.zip) + +build () { + cd $name + python setup.py install --root=$PKG + chown -R root:root $PKG +} |