summaryrefslogtreecommitdiffstats
path: root/extra/python-cssutils-legacy/Pkgfile
blob: 0e4e2a48737e489826a47275a3a7faaeb8594d6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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       
}