summaryrefslogtreecommitdiffstats
path: root/extra/python-cssutils-legacy/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-16 17:39:12 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-16 17:39:12 +0100
commit859b27d94aa9a811dbe42360c7ab6d1d4302a87f (patch)
tree3b0750621d60914c4dc312a4a795363a1ab97fb5 /extra/python-cssutils-legacy/Pkgfile
parent48bc5143a4007dc320105111481dccb44e275544 (diff)
parentec75e67610445ab93e92ef675383d7a5b9a35811 (diff)
downloadnutyx-extra-859b27d94aa9a811dbe42360c7ab6d1d4302a87f.tar.gz
nutyx-extra-859b27d94aa9a811dbe42360c7ab6d1d4302a87f.tar.bz2
nutyx-extra-859b27d94aa9a811dbe42360c7ab6d1d4302a87f.tar.xz
nutyx-extra-859b27d94aa9a811dbe42360c7ab6d1d4302a87f.zip
Merge commit 'fanch/master'
Diffstat (limited to 'extra/python-cssutils-legacy/Pkgfile')
-rw-r--r--extra/python-cssutils-legacy/Pkgfile13
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