Magellan Linux

Contents of /branches/magellan-next/extras/xfconf/xfconf-4.6.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8104 - (show annotations) (download)
Tue Jul 12 16:03:33 2011 UTC (12 years, 11 months ago) by niro
File size: 544 byte(s)
imported
1 # $Id$
2
3 PNAME="xfconf"
4 PVER="4.6.2"
5 PBUILD="r2"
6
7 STATE="unstable"
8 DESCRIPTION="A simple client-server configuration storage and query system."
9
10 DEPEND=">= dev-libs/glib2-2.22
11 >= dev-perl/glib-perl-1.222
12 >= dev-libs/dbus-glib-0.82
13 >= xfce-base/libxfce4util-4.6"
14
15 SDEPEND=">= dev-perl/extutils-depends-0.302
16 >= dev-perl/extutils-pkgconfig-1.12"
17
18 sminclude xfce
19
20 UP2DATE="updatecmd_xfce ${PNAME}"
21
22 src_compile()
23 {
24 cd ${SRCDIR}
25
26 xfce_configure \
27 --with-perl-options=INSTALLDIRS=vendor \
28 --enable-perl-bindings \
29 || die
30
31 mmake || die
32 }