wok annotate python-markupsafe/receipt @ rev 15378

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 19 13:53:26 2013 +0000 (2013-10-19)
parents 65408e67a5ca
children 16df76e1fc6a
rev   line source
pascal@9669 1 PACKAGE="python-markupsafe"
pascal@9669 2 VERSION="0.12"
pascal@9669 3 CATEGORY="development"
pascal@9669 4 SHORT_DESC="Implements a XML/HTML/XHTML Markup safe string for Python."
pascal@9669 5 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15378 6 LICENSE="BSD"
pascal@9669 7 SOURCE="MarkupSafe"
pascal@9669 8 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@9669 9 WEB_SITE="http://pypi.python.org/pypi/MarkupSafe"
pascal@9669 10 WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
pascal@15378 11
pascal@9669 12 DEPENDS="python"
claudinei@10021 13 BUILD_DEPENDS="python python-dev setuptools"
pascal@9669 14
pascal@9669 15 # Rules to configure and make the package.
pascal@9669 16 compile_rules()
pascal@9669 17 {
pascal@9669 18
pascal@9669 19 cd $src
pascal@9669 20 python setup.py build &&
pascal@15378 21 python setup.py install --root=$DESTDIR
pascal@9669 22 }
pascal@9669 23
pascal@9669 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@9669 25 genpkg_rules()
pascal@9669 26 {
pascal@9669 27 mkdir -p $fs
pascal@15378 28 cp -a $install/usr $fs
pascal@9669 29 }