contrib/pyflakes/Pkgfile

18 lines
489 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: Checks python source files for errors.
# URL: http://divmod.org/projects/pyflakes
# Maintainer: James Mills prologic at shortcircuit dot net dot au
# Packager: James Mills prologic at shortcircuit dot net dot au
#
# Depends on: python
2006-11-14 00:01:22 +01:00
name=pyflakes
version=0.2.1
release=1
source=(http://divmod.org/static/projects/$name/$name-$version.tar.gz)
build() {
2006-11-19 22:26:53 +01:00
cd $name-$version
python ./setup.py install --prefix=/usr --root=$PKG
chown -R root:root $PKG
2006-11-14 00:01:22 +01:00
}