Magellan Linux

Annotation of /branches/magellan-next/extras/libunique/libunique-1.1.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8322 - (hide annotations) (download)
Thu Jul 14 20:08:48 2011 UTC (13 years, 2 months ago) by niro
File size: 626 byte(s)
auto added: ver bump to 1.1.6-r1
1 niro 8321 # $Id:$
2    
3     PNAME="libunique"
4     PVER="1.1.6"
5     PBUILD="r1"
6    
7     PCATEGORIE="dev-libs"
8    
9     DESCRIPTION="A library for writing single instance application."
10     HOMEPAGE="http://www.gnome.org/"
11    
12     DEPEND=">= x11-libs/gtk2+-2.24
13     >= x11-libs/libX11-1.4
14     >= sys-apps/dbus-1.4
15     >= dev-libs/dbus-glib-0.92"
16    
17     SDEPEND=">= dev-util/pkgconfig-0.24
18 niro 8322 >= sys-dev/gettext-0.18
19     >= dev-libs/gobject-introspection-0.10"
20 niro 8321
21     sminclude gnome2
22    
23     UP2DATE="updatecmd_gnome ${PNAME}"
24 niro 8322
25     src_compile()
26     {
27     cd ${SRCDIR}
28    
29     mconfigure \
30     --disable-maintainer-flags \
31     --disable-static \
32     --enable-bacon \
33     --enable-introspection \
34     --enable-dbus \
35     || die
36    
37     mmake || die
38     }