Magellan Linux

Contents of /branches/magellan-next/extras/startup-notification/startup-notification-0.12-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8103 - (show annotations) (download)
Tue Jul 12 16:01:28 2011 UTC (12 years, 9 months ago) by niro
File size: 628 byte(s)
auto added: ver bump to 0.12-r1
1 # $Id$
2
3 PNAME="startup-notification"
4 PVER="0.12"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-libs"
8
9 DESCRIPTION="Contains a reference implementation of the startup notification protocol."
10 HOMEPAGE="http://www.freedesktop.org/wiki/Software/startup-notification/"
11
12 DEPEND=">= x11-libs/libX11-1.4
13 >= x11-libs/libSM-1
14 >= x11-libs/libICE-1"
15
16 SDEPEND=">= x11-proto/xproto-7
17 >= x11-libs/libXt-1"
18
19 SRCFILE="${PNAME}-${PVER}.tar.gz"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude mbuild
23
24 SRC_URI=(
25 http://www.freedesktop.org/software/${PNAME}/releases/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd ${HOMEPAGE} | firsttarball gz"