wok-next diff python-pygments/receipt @ rev 13522
xterm+ru(.desktop); added gsettings-desktop-schemas & metacity
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Oct 20 01:25:03 2012 +0000 (2012-10-20) |
parents | b58b3cd9098b |
children | fd4f1e692109 |
line diff
1.1 --- a/python-pygments/receipt Tue Dec 29 10:51:03 2009 +0000 1.2 +++ b/python-pygments/receipt Sat Oct 20 01:25:03 2012 +0000 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="python-pygments" 1.6 SOURCE="Pygments" 1.7 -VERSION="1.1.1" 1.8 +VERSION="1.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Generic syntax highlighter." 1.11 MAINTAINER="claudinei@slitaz.org" 1.12 @@ -10,19 +10,18 @@ 1.13 WEB_SITE="http://pygments.org" 1.14 WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL" 1.15 DEPENDS="python" 1.16 -BUILD_DEPENDS="python python-dev setuptools" 1.17 +BUILD_DEPENDS="setuptools" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 cd $src 1.23 - python setup.py install --root=$PWD/_pkg 1.24 + python setup.py install --root=$DESTDIR 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 - find $_pkg -name "*.pyc" -exec rm '{}' \; 1.31 mkdir -p $fs/usr 1.32 cp -a $_pkg/usr $fs 1.33 }