From e2f508b238c6b32fb3f31916dd4929150f1e97cc Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 21 Feb 2013 19:19:47 +0100 Subject: [PATCH] python-simplejson: cross build support. --- srcpkgs/python-simplejson/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-simplejson/template b/srcpkgs/python-simplejson/template index db508512ff..b480312a8c 100644 --- a/srcpkgs/python-simplejson/template +++ b/srcpkgs/python-simplejson/template @@ -1,18 +1,17 @@ # Template file for 'python-simplejson' pkgname=python-simplejson version=2.5.2 -revision=1 +revision=2 nofetch=yes noextract=yes build_style=python-module makedepends="git python-devel" +crossmakedepends="python-devel" pycompile_module="simplejson" short_desc="Simple, fast, extensible JSON encoder/decoder for Python" maintainer="Juan RP " homepage="http://undefined.org/python/#simplejson" license="MIT" -long_desc=" - This package contains $pkgname: a $short_desc." do_fetch() { local url="git://github.com/simplejson/simplejson.git"