Convert packages to the new template format (p).

This commit is contained in:
Juan RP
2013-04-14 11:13:30 +02:00
parent 2f132e330b
commit 08b4f6aae8
137 changed files with 1368 additions and 898 deletions

View File

@@ -2,18 +2,25 @@
pkgname=python-simplejson
version=2.5.2
revision=2
nofetch=yes
noextract=yes
build_style=python-module
makedepends="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"
nofetch=yes
noextract=yes
do_fetch() {
local url="git://github.com/simplejson/simplejson.git"
git clone $url $pkgname-$version
cd $pkgname-$version && git checkout v${version}
}
python-simplejson_package() {
pycompile_module="simplejson"
pkg_install() {
vmove usr
}
}