Magellan Linux

Annotation of /trunk/core/dbus-python/dbus-python-1.1.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12859 - (hide annotations) (download)
Wed Jul 4 12:23:18 2012 UTC (11 years, 11 months ago) by niro
File size: 571 byte(s)
auto added: ver bump to 1.1.1-r1
1 niro 12859 # $Id$
2    
3     PNAME="dbus-python"
4     PVER="1.1.1"
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.5
14     >= dev-libs/dbus-glib-0.98"
15    
16     SDEPEND=">= dev-util/pkgconfig-0.25"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.gz"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21     sminclude python
22    
23     SRC_URI=(
24     http://dbus.freedesktop.org/releases/${PNAME}/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     UP2SUBDIR="${PNAME}"
29     UP2TARBALL="${PNAME}"
30     UP2DATE="updatecmd_freedesktop dbus gz"