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

@@ -4,7 +4,6 @@ version=0.8.5
revision=1
wrksrc="dulwich-${version}"
build_style=python-module
pycompile_module="dulwich"
makedepends="python-devel"
short_desc="Python implementation of the Git file formats and protocols"
maintainer="Juan RP <xtraeme@gmail.com>"
@@ -12,3 +11,10 @@ homepage="http://samba.org/~jelmer/dulwich/"
license="GPL-2"
distfiles="http://samba.org/~jelmer/dulwich/dulwich-${version}.tar.gz"
checksum=546d2840199500dc270da5bda456df68de4d1733f8b184bf425c5e560f988b6a
python-dulwich_package() {
pycompile_module="dulwich"
pkg_install() {
vmove usr
}
}