Magellan Linux

Contents of /branches/magellan-next/extras/libunique/libunique-1.1.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9806 - (show annotations) (download)
Thu Jan 12 00:43:12 2012 UTC (12 years, 4 months ago) by niro
File size: 626 byte(s)
-rebuild, dropped all la files
1 # $Id:$
2
3 PNAME="libunique"
4 PVER="1.1.6"
5 PBUILD="r2"
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 >= sys-dev/gettext-0.18
19 >= dev-libs/gobject-introspection-0.10"
20
21 sminclude gnome2
22
23 UP2DATE="updatecmd_gnome ${PNAME}"
24
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 }