diff options
author | François Visdeloup <fanchyannmaria at orange dot fr> | 2009-11-16 14:26:23 +0100 |
---|---|---|
committer | François Visdeloup <fanchyannmaria at orange dot fr> | 2009-11-16 14:26:23 +0100 |
commit | ba508e15e31b7238aab0477c7bf62b46bae1d504 (patch) | |
tree | a6f22293638669c9470b5f7a0a7a00492b9c95f6 /extra/python-cssutils-legacy/Pkgfile | |
parent | e4d0ba57cf0919e94662293aa23a5713be92ce78 (diff) | |
download | nutyx-pakxe-ba508e15e31b7238aab0477c7bf62b46bae1d504.tar.gz nutyx-pakxe-ba508e15e31b7238aab0477c7bf62b46bae1d504.tar.bz2 nutyx-pakxe-ba508e15e31b7238aab0477c7bf62b46bae1d504.tar.xz nutyx-pakxe-ba508e15e31b7238aab0477c7bf62b46bae1d504.zip |
python-cssutils-legacy
Diffstat (limited to 'extra/python-cssutils-legacy/Pkgfile')
-rw-r--r-- | extra/python-cssutils-legacy/Pkgfile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/python-cssutils-legacy/Pkgfile b/extra/python-cssutils-legacy/Pkgfile new file mode 100644 index 000000000..0e4e2a487 --- /dev/null +++ b/extra/python-cssutils-legacy/Pkgfile @@ -0,0 +1,13 @@ +# Description: A CSS Cascading Style Sheets library for Python +# URL:http://code.google.com/p/cssutils/ +# Maintainer: NuTyX core team +# Packager: fanch +# Depends on:python +name=python-cssutils-legacy +version=0.9.6 +release=1 +source=(http://cssutils.googlecode.com/files/cssutils-0.9.6.zip) +build() { +cd cssutils-$version + python setup.py build install --root=$PKG +}
\ No newline at end of file |