Magellan Linux

Annotation of /trunk/core/polkit/polkit-0.94-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3849 - (hide annotations) (download)
Sun Nov 8 03:09:51 2009 UTC (14 years, 7 months ago) by niro
File size: 1780 byte(s)
-typo
1 niro 3848 # $Id$
2    
3     PNAME="polkit"
4 niro 3849 PVER="0.94"
5 niro 3848 PBUILD="r1"
6    
7     PCATEGORIE="sys-apps"
8     STATE="unstable"
9    
10     DESCRIPTION="PolicyKit is a framework for defining policy for system-wide components."
11     HOMEPAGE="http://www.freedesktop.org/wiki/Software/hal"
12    
13     DEPEND=">= dev-libs/glib2-2.22
14     >= dev-libs/eggdbus-0.5
15     >= sys-libs/pam-1.1
16     >= dev-libs/expat-2"
17    
18     SDEPEND=">= dev-util/pkgconfig-0.23
19     >= dev-util/intltool-0.40
20     >= dev-libs/libxslt-1.1.26
21     >= app-text/docbook-xsl-stylesheets-1.75"
22    
23     SRCFILE="${PNAME}-${PVER}.tar.gz"
24     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25    
26     sminclude mtools mbuild
27    
28     SRC_URI=(
29     http://hal.freedesktop.org/releases/${SRCFILE}
30     mirror://${PNAME}/${SRCFILE}
31     )
32    
33     UP2TARBALL="${PNAME}-[0-9]"
34     UP2DATE="updatecmd_freedesktop ${PNAME}"
35    
36     src_compile()
37     {
38     cd ${SRCDIR}
39    
40     mconfigure \
41     --libexecdir=/usr/$(mlibdir)/PolicyKit \
42     --localstatedir=/var \
43     --with-expat=/usr \
44     --with-polkit-user=polkit \
45     --with-authfw=pam \
46     --with-pam-module-dir=/$(mlibdir)/security \
47     --disable-dependency-tracking \
48     --disable-introspection \
49     --disable-ansi \
50     --enable-fast-install \
51     --enable-libtool-lock \
52     --enable-man-pages \
53     --disable-verbose \
54     --disable-gtk-doc \
55     --enable-nls \
56     || die
57    
58     mmake || die
59     }
60    
61     src_install()
62     {
63     cd ${SRCDIR}
64     mmake DESTDIR=${BINDIR} install || die
65    
66     # needed directories and permissions
67     mkeepdir /var/run/polkit-1 || die
68     mkeepdir /var/lib/polkit-1 || die
69     mchown root:polkit /var/run/polkit-1 || die
70     mchown root:polkit /var/lib/polkit-1 || die
71     mchmod 0700 /var/run/polkit-1 || die
72     mchmod 0700 /var/lib/polkit-1 || die
73    
74     # docs
75     minstalldocs AUTHORS COPYING ChangeLog HACKING NEWS README || die
76     }
77    
78     preinstall()
79     {
80     # adds pokit user
81     ${MLIBDIR}/mgroupadd -o "-g 26" polkit
82     ${MLIBDIR}/museradd -o "-u 26 -g polkit -d /dev/null -s /bin/false" polkit
83     }

Properties

Name Value
svn:keywords Id