Added dbus-python-0.83.0 build template.
--HG-- extra : convert_revision : d572654ce6488b48446c6b7d355b62a15ba4ae07
This commit is contained in:
parent
4f0d2df917
commit
5034082d06
2 changed files with 15 additions and 0 deletions
2
srcpkgs/dbus-python/depends
Normal file
2
srcpkgs/dbus-python/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=0.83.0"
|
||||
api_depends="${abi_depends}"
|
13
srcpkgs/dbus-python/template
Normal file
13
srcpkgs/dbus-python/template
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Template file for 'dbus-python'
|
||||
pkgname=dbus-python
|
||||
version=0.83.0
|
||||
distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="D-Bus Python bindings"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=89dd1d5aa5c2ba04677d1aa2616caa50274d8c08f3d6bc164e6f7b9930776191
|
||||
long_desc="
|
||||
This package provides Python bindings for D-BUS."
|
||||
|
||||
Add_dependency full dbus-glib
|
||||
Add_dependency full python
|
Loading…
Reference in a new issue