From 346af5f8ba8070f4ae53ba57e778ed619a63a14a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 28 Jun 2012 12:43:06 +0200 Subject: [PATCH] New package: python-simplejson-2.5.2. --- .../python-simplejson.rshlibs | 3 +++ srcpkgs/python-simplejson/template | 21 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 srcpkgs/python-simplejson/python-simplejson.rshlibs create mode 100644 srcpkgs/python-simplejson/template diff --git a/srcpkgs/python-simplejson/python-simplejson.rshlibs b/srcpkgs/python-simplejson/python-simplejson.rshlibs new file mode 100644 index 00000000000..614278798c1 --- /dev/null +++ b/srcpkgs/python-simplejson/python-simplejson.rshlibs @@ -0,0 +1,3 @@ +libpython2.7.so.1.0 +libpthread.so.0 +libc.so.6 diff --git a/srcpkgs/python-simplejson/template b/srcpkgs/python-simplejson/template new file mode 100644 index 00000000000..db508512ff3 --- /dev/null +++ b/srcpkgs/python-simplejson/template @@ -0,0 +1,21 @@ +# Template file for 'python-simplejson' +pkgname=python-simplejson +version=2.5.2 +revision=1 +nofetch=yes +noextract=yes +build_style=python-module +makedepends="git 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" + git clone $url $pkgname-$version + cd $pkgname-$version && git checkout v${version} +}