Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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