Convert packages to the new template format (p).
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user