Convert packages to the new template format (d).

This commit is contained in:
Juan RP 2013-04-12 09:46:44 +02:00
parent 3b69f53acf
commit 1a92f1be98
63 changed files with 632 additions and 429 deletions

View file

@ -3,8 +3,6 @@ pkgname=dbus-python
version=1.1.0
revision=1
build_style=gnu-configure
pycompile_module="dbus"
depends="python"
makedepends="pkg-config dbus-devel glib-devel dbus-glib-devel python-devel"
short_desc="D-Bus Python bindings"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -18,3 +16,11 @@ long_desc="
post_install() {
rm -rf ${DESTDIR}/usr/share/doc
}
dbus-python_package() {
pycompile_module="dbus"
depends="python"
pkg_install() {
vmove usr
}
}