Magellan Linux

Contents of /branches/R11-stable/extras/accountsservice/accountsservice-0.6.37-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21681 - (show annotations) (download)
Mon Jul 21 09:32:20 2014 UTC (9 years, 9 months ago) by niro
File size: 895 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="accountsservice"
4 PVER="0.6.37"
5 PBUILD="r1"
6
7 PCAT="sys-apps"
8
9 DESCRIPTION="D-Bus interface for user account query and manipulation"
10 HOMEPAGE="http://www.freedesktop.org/wiki/Software/AccountsService"
11
12 DEPEND=">= dev-libs/glib2-2.40
13 >= sys-apps/polkit-0.112
14 >= sys-apps/systemd-211"
15
16 SDEPEND=">= dev-util/intltool-0.50
17 >= dev-libs/gobject-introspection-1.40
18 >= dev-lang/vala-0.24"
19
20 SRCFILE="${PNAME}-${PVER}.tar.xz"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude mbuild
24
25 SRC_URI=(
26 http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME} | lasttarball xz"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 mconfigure \
37 --localstatedir=/var \
38 --libexecdir=/usr/$(mlibdir)/accountsservice \
39 --with-systemdsystemunitdir=/usr/lib/systemd/system \
40 --enable-systemd \
41 || die
42
43 mmake || die
44 }