wok view python-pygments/receipt @ rev 18525

Up poedit(1.8.6), add poedit-i18n (Poedit localization files)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 26 18:17:02 2015 +0200 (2015-10-26)
parents fd4f1e692109
children 21ef9e1c637d
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pygments"
4 VERSION="1.6"
5 CATEGORY="development"
6 SHORT_DESC="Generic syntax highlighter"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="BSD"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://pygments.org/"
11 WGET_URL="https://bitbucket.org/birkenfeld/pygments-main/get/$VERSION.tar.bz2"
13 DEPENDS="python setuptools"
14 BUILD_DEPENDS="setuptools wget"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 python setup.py install --no-compile --root=$install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/* $fs
26 }