wok-6.x annotate libxslt-python/receipt @ rev 9771
spidermonkey: Fix BUILD_DEPENDS
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 11 21:00:31 2011 +0200 (2011-05-11) |
parents | |
children | 79091c9a2a84 |
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 TARBALL="$PACKAGE-$VERSION.tar.gz" |
slaxemulator@9476 | 10 WANTED="libxslt" |
slaxemulator@9476 | 11 WEB_SITE="http://xmlsoft.org/" |
slaxemulator@9476 | 12 |
slaxemulator@9476 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@9476 | 14 genpkg_rules() |
slaxemulator@9476 | 15 { |
slaxemulator@9476 | 16 mkdir -p $fs/usr/lib |
slaxemulator@9476 | 17 # Python module |
slaxemulator@9476 | 18 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') |
slaxemulator@9476 | 19 cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib |
slaxemulator@9476 | 20 } |
slaxemulator@9476 | 21 |