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