contrib/gmpy/Pkgfile

18 lines
475 B
Plaintext
Raw Normal View History

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