Magellan Linux

Contents of /branches/magellan-next/extras/notify-python/notify-python-0.1.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8297 - (show annotations) (download)
Thu Jul 14 13:01:59 2011 UTC (12 years, 9 months ago) by niro
File size: 574 byte(s)
imported
1 # $Id$
2
3 PNAME="notify-python"
4 PVER="0.1.1"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-python"
8 STATE="unstable"
9
10 DESCRIPTION="Python bindings for libnotify."
11 HOMEPAGE="http://www.galago-project.org/"
12
13 DEPEND=">= dev-python/pygtk-2.16
14 >= x11-libs/libnotify-0.4.5"
15
16 SDEPEND=">= dev-util/pkgconfig-0.23"
17
18 SRCFILE="${PNAME}-${PVER}.tar.bz2"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude python
22
23 SRC_URI=(
24 http://www.galago-project.org/files/releases/source/${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd ${HOMEPAGE}/files/releases/source/${PNAME}/ | lasttarball"