contrib/psyco/Pkgfile

19 lines
506 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: Python extension module to speed up Python code.
# URL: http://psyco.sourceforge.net
2007-01-20 03:21:06 +01:00
# Packager: James Mills, prologic at shortcircuit dot net dot au
2008-04-11 13:11:27 +02:00
# Maintainer: Lucas Hazel, lucas at die dot net dot au
2006-11-19 22:26:53 +01:00
#
# Depends on: python
2006-11-14 00:01:22 +01:00
name=psyco
2008-07-11 14:31:56 +02:00
version=1.6
release=1
2006-11-14 00:01:22 +01:00
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version-src.tar.gz)
build () {
2006-11-19 22:26:53 +01:00
cd $name-$version
python setup.py install --root=$PKG
chown root:root $PKG
2008-07-11 14:31:56 +02:00
find $PKG -name '*egg-info' | xargs rm
2006-11-14 00:01:22 +01:00
}