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