Magellan Linux

Contents of /trunk/core/dbus-python/dbus-python-1.2.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27535 - (show annotations) (download)
Mon Mar 14 14:33:17 2016 UTC (8 years, 3 months ago) by niro
File size: 625 byte(s)
auto added: ver bump to 1.2.4-r1
1 # $Id$
2
3 PNAME="dbus-python"
4 PVER="1.2.4"
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.8
14 >= dev-libs/glib2-2.42
15 >= dev-libs/dbus-glib-0.102"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25
18 >= dev-python/setuptools-20"
19
20 SRCFILE="${PNAME}-${PVER}.tar.gz"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude python
24
25 SRC_URI=(
26 http://dbus.freedesktop.org/releases/${PNAME}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2SUBDIR="${PNAME}"
31 UP2TARBALL="${PNAME}"
32 UP2DATE="updatecmd_freedesktop dbus gz"