Magellan Linux

Contents of /branches/magellan-next/core/plymouth/plymouth-0.8.4_20110603-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7885 - (show annotations) (download)
Fri Jun 3 13:04:06 2011 UTC (12 years, 11 months ago) by niro
File size: 880 byte(s)
auto added: ver bump to 0.8.4_20110603-r1
1 # $Id$
2
3 PNAME="plymouth"
4 PVER="0.8.4_20110603"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-apps"
8 STATE="unstable"
9
10 DESCRIPTION="Graphical Boot Animation and Logger."
11 HOMEPAGE="http://www.freedesktop.org/wiki/Software/Plymouth"
12
13 DEPEND=">= media-libs/libpng-1.5
14 >= x11-libs/pango-1.28
15 >= x11-libs/cairo-1.20"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25
18 >= virtual/kernel-headers"
19
20 SRCFILE="${PNAME}-${PVER}.tar.bz2"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude mbuild mtools
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/plymouth/releases/ | lasttarball"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 mconfigure \
37 --enable-tracing \
38 --disable-tests \
39 --disable-gdm-transition \
40 --enable-systemd-integration \
41 --with-system-root-install \
42 --without-log-viewer \
43 || die
44
45 mmake || die
46 }