Convert packages to the new template format (p).
This commit is contained in:
@@ -2,11 +2,8 @@
|
||||
pkgname=python-Pygments
|
||||
version=1.6
|
||||
revision=1
|
||||
noarch=yes
|
||||
pycompile_module="pygments"
|
||||
wrksrc="Pygments-${version}"
|
||||
build_style=python-module
|
||||
depends="python>=2.7 python-distribute"
|
||||
makedepends="python-devel python-distribute"
|
||||
short_desc="Python syntax highlighter"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
@@ -14,3 +11,12 @@ homepage="http://pygments.org/"
|
||||
license="BSD"
|
||||
distfiles="http://pypi.python.org/packages/source/P/Pygments/Pygments-${version}.tar.gz"
|
||||
checksum=799ed4caf77516e54440806d8d9cd82a7607dfdf4e4fb643815171a4b5c921c0
|
||||
|
||||
python-Pygments_package() {
|
||||
noarch="yes"
|
||||
pycompile_module="pygments"
|
||||
depends="python>=2.7 python-distribute"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user