# HG changeset patch # User Pascal Bellard # Date 1392458847 0 # Node ID 9a9bb3af7ccece8aba526e2b5c7f28184a10fd58 # Parent 93337e127536827854a384bd038a15d519781149 Add python-jcconv diff -r 93337e127536 -r 9a9bb3af7cce python-jcconv/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-jcconv/receipt Sat Feb 15 10:07:27 2014 +0000 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="python-jcconv" +VERSION="0.1.6" +CATEGORY="development" +SHORT_DESC="Python Japanese Characters CONVerter." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="jcconv" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION" +WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} +