Magellan Linux

Annotation of /smage/trunk/core/dbus-python/dbus-python-1.2.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11866 - (hide annotations) (download)
Thu Aug 16 08:14:17 2018 UTC (5 years, 8 months ago) by niro
File size: 714 byte(s)
auto added: ver bump to 1.2.8-r1
1 niro 11866 # $Id$
2    
3     PNAME="dbus-python"
4     PVER="1.2.8"
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"