python-simplejson: cross build support.
This commit is contained in:
parent
c8bb78e7f0
commit
e2f508b238
|
@ -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 <xtraeme@gmail.com>"
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue