Magellan Linux

Annotation of /smage/trunk/extras/startup-notification/startup-notification-0.10-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1711 - (hide annotations) (download)
Fri Apr 8 11:47:19 2011 UTC (13 years, 2 months ago) by niro
File size: 784 byte(s)
-mcorify
1 niro 1710 # $Id$
2    
3     PNAME="startup-notification"
4     PVER="0.10"
5     PBUILD="r1"
6    
7     PCATEGORIE="x11-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="Contains a reference implementation of the startup notification protocol."
11     HOMEPAGE="http://www.freedesktop.org/wiki/Software/startup-notification/"
12    
13     DEPEND=">= x11-libs/libX11-1
14     >= x11-libs/libSM-1
15     >= x11-libs/libICE-1"
16    
17     SDEPEND=">= x11-proto/xproto-7
18     >= x11-libs/libXt-1"
19    
20     SRCFILE="${PNAME}-${PVER}.tar.gz"
21     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22    
23 niro 1711 MCORE_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
24     sminclude mbuild mcore-split
25 niro 1710
26     SRC_URI=(
27     #http://ftp.gnome.org/pub/GNOME/sources/${PNAME}/${PVER}/${SRCFILE}
28     http://www.freedesktop.org/software/${PNAME}/releases/${SRCFILE}
29     mirror://${PNAME}/${SRCFILE}
30     )
31    
32     UP2DATE="updatecmd ${HOMEPAGE} | firsttarball gz"