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

@ -23,6 +23,12 @@ long_desc="
* Lost update support
* Unit Tested"
noarch=yes
pycompile_module="httplib2"
makedepends="python-devel python-distribute openssl-devel"
python-httplib2_package() {
noarch="yes"
pycompile_module="httplib2"
pkg_install() {
vmove usr
}
}