Magellan Linux

Contents of /trunk/extras/libnotify/libnotify-0.4.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6871 - (show annotations) (download)
Thu Sep 23 17:15:40 2010 UTC (13 years, 7 months ago) by niro
File size: 581 byte(s)
auto added: ver bump to 0.4.5-r1
1 # $Id$
2
3 PNAME="libnotify"
4 PVER="0.4.5"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Notifications library."
11 HOMEPAGE="http://www.galago-project.org/"
12
13 DEPEND=">= dev-libs/glib2-2.22
14 >= x11-libs/gtk2+-2.18
15 >= dev-libs/dbus-glib-0.82"
16
17 SDEPEND=">= dev-util/pkgconfig-0.23"
18
19 SRCFILE="${PNAME}-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude mbuild
23
24 SRC_URI=(
25 http://www.galago-project.org/files/releases/source/${PNAME}/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd ${HOMEPAGE}/files/releases/source/${PNAME}/ | lasttarball"