Magellan Linux

Annotation of /branches/R11-stable/extras/libunique/libunique-3.0.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15247 - (hide annotations) (download)
Wed Jan 2 11:01:41 2013 UTC (11 years, 5 months ago) by niro
File size: 651 byte(s)
-release branches/R11-stable
1 niro 13780 # $Id:$
2    
3     PNAME="libunique"
4     PVER="3.0.2"
5     PBUILD="r2"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="A library for writing single instance application."
10     HOMEPAGE="http://www.gnome.org/"
11    
12     DEPEND=">= x11-libs/gtk3+-3.6
13     >= x11-libs/libX11-1.4
14     >= sys-apps/dbus-1.6"
15    
16     SDEPEND=">= dev-util/pkgconfig-0.24
17     >= sys-dev/gettext-0.18
18     >= dev-libs/gobject-introspection-1.34"
19    
20     sminclude gnome2
21    
22     UP2DATE="updatecmd_gnome ${PNAME}"
23    
24     src_compile()
25     {
26     cd ${SRCDIR}
27    
28     # --disable-dbus means gdbus is used instead of dbus-glib
29     mconfigure \
30     --disable-maintainer-flags \
31     --disable-static \
32     --enable-bacon \
33     --enable-introspection \
34     --disable-dbus \
35     || die
36    
37     mmake || die
38     }