Magellan Linux

Contents of /smage/trunk/core/xlockmore/xlockmore-5.30-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 283 - (show annotations) (download)
Tue Apr 27 22:30:12 2010 UTC (14 years ago) by niro
File size: 1152 byte(s)
auto added: ver bump to 5.30-r1
1 # $Id$
2
3 PNAME="xlockmore"
4 PVER="5.30"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-misc"
8 STATE="unstable"
9
10 DESCRIPTION="A screensaver for X11."
11 HOMEPAGE="http://www.tux.org/~bagleyd/xlockmore.html"
12
13 DEPEND=">= x11-libs/libX11-1
14 >= x11-libs/libXmu-1
15 >= x11-libs/libXext-1
16 >= x11-libs/libXt-1
17 >= x11-libs/libXpm-1
18 >= media-libs/freetype-2.3"
19
20 SDEPEND=">= dev-util/pkgconfig-0.23
21 >= x11-proto/xineramaproto-1"
22
23 SRCFILE="${PNAME}-${PVER}.tar.bz2"
24 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25
26 sminclude mbuild mcore
27
28 SRC_URI=(
29 http://www.tux.org/pub/tux/bagleyd/${PNAME}/${PNAME}-${PVER}/${SRCFILE}
30 http://www.tux.org/~bagleyd/xlock/${SRCFILE}
31 mirror://${PNAME}/${SRCFILE}
32 )
33
34 src_compile()
35 {
36 cd ${SRCDIR}
37
38 mconfigure \
39 --enable-appdefaultdir=/usr/share/X11/app-defaults \
40 --enable-vtlock \
41 --without-ftgl \
42 --without-gltt \
43 --without-opengl \
44 --without-mesa \
45 --disable-pam \
46 --with-ttf \
47 --without-gtk2 \
48 --without-motif \
49 --without-esound \
50 --without-nas \
51 --without-edires \
52 || die
53
54 mmake || die
55 }
56
57 src_install()
58 {
59 cd ${SRCDIR}
60
61 minstall xapploaddir=${BINDIR}/etc/X11/app-defaults \
62 mandir=${BINDIR}/usr/share/man/man1 \
63 || die
64 }

Properties

Name Value
svn:keywords Id