Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/dbus-python/dbus-python-1.2.16-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14732 - (show annotations) (download)
Tue Aug 4 11:53:54 2020 UTC (3 years, 8 months ago) by niro
File size: 715 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="dbus-python"
4 PVER="1.2.16"
5 PBUILD="r1"
6
7 PCAT="dev-python"
8
9 DESCRIPTION="DBus Python bindings."
10 HOMEPAGE="http://www.freedesktop.org/wiki/Software/DBusBindings"
11
12 DEPEND=">= dev-lang/python-2.7
13 >= sys-apps/dbus-1.10
14 >= dev-libs/glib2-2.46
15 >= dev-libs/dbus-glib-0.106"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25
18 >= dev-python/setuptools-20
19 >= sys-apps/dbus-dev-1.10
20 >= dev-libs/glib2-dev-2.46
21 >= dev-libs/dbus-glib-dev-0.106"
22
23 SRCFILE="${PNAME}-${PVER}.tar.gz"
24 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25
26 sminclude python
27
28 SRC_URI=(
29 http://dbus.freedesktop.org/releases/${PNAME}/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 UP2SUBDIR="${PNAME}"
34 UP2TARBALL="${PNAME}"
35 UP2DATE="updatecmd_freedesktop dbus gz"