# HG changeset patch # User Claudinei Pereira # Date 1244761944 0 # Node ID a3082d29870cf27b6fbc4077c9c8ca1588fbc48d # Parent 4ef02fcb1f59c616639bb3b192a8aa00162cb7e9 Ren: pygments -> python-pygments diff -r 4ef02fcb1f59 -r a3082d29870c pygments/receipt --- a/pygments/receipt Thu Jun 11 23:07:48 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="pygments" -SOURCE="Pygments" -VERSION="1.0" -CATEGORY="development" -SHORT_DESC="Generic syntax highlighter." -MAINTAINER="claudinei@slitaz.org" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://pygments.org" -WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL" -DEPENDS="python" -BUILD_DEPENDS="python python-dev setuptools" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - python setup.py install --root=$PWD/_pkg -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $_pkg/usr $fs -} - diff -r 4ef02fcb1f59 -r a3082d29870c python-pygments/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pygments/receipt Thu Jun 11 23:12:24 2009 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="python-pygments" +SOURCE="Pygments" +VERSION="1.0" +CATEGORY="development" +SHORT_DESC="Generic syntax highlighter." +MAINTAINER="claudinei@slitaz.org" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pygments.org" +WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python python-dev setuptools" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr $fs +} +