From 24f5ea8cfbace282ea1ebd627f6f02dacc725076 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 26 Jan 2014 17:27:23 +0100 Subject: [PATCH] python-simplejson: cross build support. --- srcpkgs/python-simplejson/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-simplejson/template b/srcpkgs/python-simplejson/template index 8890e495fc6..7bd78ab52d4 100644 --- a/srcpkgs/python-simplejson/template +++ b/srcpkgs/python-simplejson/template @@ -3,7 +3,8 @@ pkgname=python-simplejson version=2.5.2 revision=2 build_style=python-module -makedepends="python-devel" +hostmakedepends="python-devel" +makedepends="${hostmakedepends}" pycompile_module="simplejson" short_desc="Simple, fast, extensible JSON encoder/decoder for Python" maintainer="Juan RP " @@ -13,5 +14,6 @@ license="MIT" do_fetch() { local url="git://github.com/simplejson/simplejson.git" git clone $url $pkgname-$version - cd $pkgname-$version && git checkout v${version} + cd $pkgname-$version + git checkout v${version} }