Magellan Linux

Annotation of /branches/R11-stable/extras/xfconf/xfconf-4.10.0-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18046 - (hide annotations) (download)
Thu Jun 27 06:49:43 2013 UTC (10 years, 11 months ago) by niro
File size: 633 byte(s)
-release branches/R11-stable
1 niro 17278 # $Id$
2    
3     PNAME="xfconf"
4     PVER="4.10.0"
5     PBUILD="r4"
6    
7     DESCRIPTION="A simple client-server configuration storage and query system."
8    
9     DEPEND=">= dev-libs/glib2-2.36
10     == dev-lang/perl-5.18
11     >= dev-perl/glib-perl-1.300
12     >= dev-libs/dbus-glib-0.100
13     >= xfce-base/libxfce4util-4.10"
14    
15     SDEPEND=">= dev-perl/extutils-depends-0.304
16     >= dev-perl/extutils-pkgconfig-1.12
17     >= dev-util/pkgconfig-0.25
18     >= sys-dev/gettext-0.18
19     >= dev-util/intltool-0.50"
20    
21     sminclude xfce
22    
23     UP2DATE="updatecmd_xfce ${PNAME}"
24    
25     src_compile()
26     {
27     cd ${SRCDIR}
28    
29     xfce_configure \
30     --with-perl-options=INSTALLDIRS=vendor \
31     --enable-perl-bindings \
32     || die
33    
34     mmake || die
35     }