wok annotate python-pygments/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents fd4f1e692109
children 21ef9e1c637d
rev   line source
claudinei@3385 1 # SliTaz package receipt.
claudinei@3385 2
claudinei@3385 3 PACKAGE="python-pygments"
al@16776 4 VERSION="1.6"
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 }