Convert packages to the new template format (d).
This commit is contained in:
parent
3b69f53acf
commit
1a92f1be98
63 changed files with 632 additions and 429 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue