2007-02-08 10:31:30 +10:00
|
|
|
# Description: Python modules providing multiprecision arithmetic functionality
|
2007-02-20 21:34:20 +10:00
|
|
|
# URL: http://code.google.com/p/gmpy/
|
2007-02-08 10:31:30 +10:00
|
|
|
# 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
|
2007-02-20 21:34:20 +10:00
|
|
|
version=1.02
|
2007-03-24 22:00:48 +10:00
|
|
|
release=2
|
2007-02-20 21:34:20 +10:00
|
|
|
source=(http://gmpy.googlecode.com/files/$name-$version.zip)
|
2007-02-08 10:31:30 +10:00
|
|
|
|
|
|
|
build () {
|
2007-02-20 21:34:20 +10:00
|
|
|
cd $name-$version
|
2007-02-08 10:31:30 +10:00
|
|
|
python setup.py install --root=$PKG
|
|
|
|
chown -R root:root $PKG
|
|
|
|
}
|