contrib/egenix-mx-base/Pkgfile
2007-04-29 18:58:47 +10:00

22 lines
566 B
Plaintext

# Description: Collection of professional quality Python software tools.
# URL: http://www.egenix.com/files/python/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
# Depends on: python
name=egenix-mx-base
version=2.0.6
release=1
source=(http://www.egenix.com/files/python/egenix-mx-base-$version.tar.gz)
build() {
cd egenix-mx-base-$version
python setup.py install --root=$PKG
find $PKG \
\( -name 'README' -or \
-name 'LICENSE' -or \
-name 'COPYRIGHT' \) -delete
}