wok-next annotate libxslt-python/receipt @ rev 14046
gst-plugins-ugly: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 18 18:43:25 2013 +0100 (2013-02-18) |
parents | 79091c9a2a84 |
children | 09959b49f7da |
rev | line source |
---|---|
slaxemulator@9476 | 1 # SliTaz package receipt. |
slaxemulator@9476 | 2 |
slaxemulator@9476 | 3 PACKAGE="libxslt-python" |
slaxemulator@9476 | 4 VERSION="1.1.26" |
slaxemulator@9476 | 5 CATEGORY="development" |
slaxemulator@9476 | 6 SHORT_DESC="python module for libxslt" |
slaxemulator@9476 | 7 MAINTAINER="slaxemulator@gmail.com" |
slaxemulator@9476 | 8 DEPENDS="libxslt python" |
slaxemulator@9476 | 9 WANTED="libxslt" |
slaxemulator@9476 | 10 WEB_SITE="http://xmlsoft.org/" |
slaxemulator@9476 | 11 |
slaxemulator@9476 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@9476 | 13 genpkg_rules() |
slaxemulator@9476 | 14 { |
slaxemulator@9476 | 15 mkdir -p $fs/usr/lib |
slaxemulator@9476 | 16 # Python module |
slaxemulator@9476 | 17 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') |
erjo@11535 | 18 cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib |
slaxemulator@9476 | 19 } |
slaxemulator@9476 | 20 |