milis/talimatname/genel/python-cssutils/talimat

20 lines
463 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Python için CSS Basamaklı Stil Sayfaları kitaplığı.
# URL: http://cthedot.de/cssutils/
# Packager: milisarge
# Depends on: python-setuptools
name=python-cssutils
version=1.0
release=1
source=(
http://pypi.python.org/packages/source/c/cssutils/cssutils-$version.zip)
build() {
cd cssutils-$version
python2 setup.py install --prefix=/usr --root=$PKG
# rm tests (FS#27567)
rm -rf $PKG/usr/lib/python2.7/site-packages/tests
}