Magellan Linux

Contents of /smage/trunk/core/dbus-python/dbus-python-1.2.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6181 - (show annotations) (download)
Wed Mar 25 10:11:44 2015 UTC (9 years, 2 months ago) by niro
File size: 683 byte(s)
-buildserver
1 # $Id$
2
3 PNAME="dbus-python"
4 PVER="1.2.0"
5 PBUILD="r2"
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.8
14 >= dev-libs/glib2-2.42
15 >= dev-libs/dbus-glib-0.102"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25
18 >= sys-apps/dbus-dev-1.8
19 >= dev-libs/glib2-dev-2.42
20 >= dev-libs/dbus-glib-dev-0.102"
21
22 SRCFILE="${PNAME}-${PVER}.tar.gz"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude python
26
27 SRC_URI=(
28 http://dbus.freedesktop.org/releases/${PNAME}/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 UP2SUBDIR="${PNAME}"
33 UP2TARBALL="${PNAME}"
34 UP2DATE="updatecmd_freedesktop dbus gz"