wok annotate python-pygments/receipt @ rev 20034

Up get-palemoon (27.4.2), smtube (17.5.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Aug 24 01:39:28 2017 +0200 (2017-08-24)
parents 21ef9e1c637d
children 814362194a8d
rev   line source
claudinei@3385 1 # SliTaz package receipt.
claudinei@3385 2
claudinei@3385 3 PACKAGE="python-pygments"
paul@20002 4 VERSION="2.2.0"
claudinei@3385 5 CATEGORY="development"
al@16776 6 SHORT_DESC="Generic syntax highlighter"
claudinei@3385 7 MAINTAINER="claudinei@slitaz.org"
pascal@15378 8 LICENSE="BSD"
al@16776 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@16776 10 WEB_SITE="http://pygments.org/"
al@16776 11 WGET_URL="https://bitbucket.org/birkenfeld/pygments-main/get/$VERSION.tar.bz2"
pascal@15378 12
al@16776 13 DEPENDS="python setuptools"
al@16776 14 BUILD_DEPENDS="setuptools wget"
claudinei@3385 15
claudinei@3385 16 # Rules to configure and make the package.
claudinei@3385 17 compile_rules()
claudinei@3385 18 {
al@16776 19 python setup.py install --no-compile --root=$install
claudinei@3385 20 }
claudinei@3385 21
claudinei@3385 22 # Rules to gen a SliTaz package suitable for Tazpkg.
claudinei@3385 23 genpkg_rules()
claudinei@3385 24 {
al@16776 25 cp -a $install/* $fs
claudinei@3385 26 }