Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 284 - (show annotations) (download)
Tue Apr 27 22:33:43 2010 UTC (14 years ago) by niro
File size: 1186 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 >= media-libs/freetype-2.3"
18
19 SDEPEND=">= dev-util/pkgconfig-0.23
20 >= x11-proto/xineramaproto-1"
21
22 SRCFILE="${PNAME}-${PVER}.tar.bz2"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude mbuild mcore-split
26
27 SRC_URI=(
28 http://www.tux.org/pub/tux/bagleyd/${PNAME}/${PNAME}-${PVER}/${SRCFILE}
29 http://www.tux.org/~bagleyd/xlock/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 src_compile()
34 {
35 cd ${SRCDIR}
36
37 mconfigure \
38 --enable-appdefaultdir=/usr/share/X11/app-defaults \
39 --enable-vtlock \
40 --without-ftgl \
41 --without-gltt \
42 --without-opengl \
43 --without-mesa \
44 --disable-pam \
45 --with-ttf \
46 --without-gtk \
47 --without-gtk2 \
48 --without-motif \
49 --without-esound \
50 --without-nas \
51 --without-edires \
52 --without-xpm \
53 || die
54
55 mmake || die
56 }
57
58 mcore_generic_src_install()
59 {
60 cd ${SRCDIR}
61
62 minstall xapploaddir=${BINDIR}/etc/X11/app-defaults \
63 mandir=${BINDIR}/usr/share/man/man1 \
64 || die
65 }

Properties

Name Value
svn:keywords Id