Magellan Linux

Contents of /branches/magellan-next/core/systemd/systemd-9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6652 - (show annotations) (download)
Mon Sep 13 21:47:15 2010 UTC (13 years, 8 months ago) by niro
File size: 1043 byte(s)
auto added: ver bump to 9-r1
1 # $Id$
2
3 PNAME="systemd"
4 PVER="9"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-apps"
8 STATE="unstable"
9
10 DESCRIPTION="System and Session Manager."
11 HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd"
12
13 DEPEND=">= sys-apps/dbus-1.4.0
14 >= sys-apps/udev-162
15 >= dev-libs/dbus-glib-0.88
16 >= sys-apps/sysvinit-2.88
17 >= sys-apps/tcp-wrappers-7.6
18 >= sys-libs/pam-1.1"
19
20 SDEPEND=">= app-text/docbook-xsl-stylesheets-1.76
21 >= x11-libs/gtk2+-2.20
22 >= dev-libs/libcgroup-0.36.2
23 >= dev-libs/libxslt-1.1.26
24 >= dev-lang/vala-0.9.8
25 >= virtual/kernel-headers"
26
27 SRCFILE="${PNAME}-${PVER}.tar.bz2"
28 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
29
30 sminclude mbuild
31
32 SRC_URI=(
33 http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
34 mirror://${PNAME}/${SRCFILE}
35 )
36
37 UP2DATE="updatecmd http://www.freedesktop.org/software/systemd/ | lasttarball"
38
39 src_compile()
40 {
41 cd ${SRCDIR}
42
43 mconfigure \
44 --with-rootdir=/ \
45 --with-libexecdir=/usr/$(mlibdir)/${PNAME} \
46 --enable-gtk \
47 --enable-pam \
48 --enable-tcpwrap \
49 --disable-audit \
50 --disable-selinux \
51 || die
52
53 mmake || die
54 }