Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 285 - (hide annotations) (download)
Tue Apr 27 22:35:23 2010 UTC (14 years ago) by niro
File size: 1245 byte(s)
auto added: ver bump to 5.30-r1
1 niro 283 # $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 niro 285 MCORE_ONLY_KEEP="usr/bin/xlock etc/X11/app-defaults/XLock"
26 niro 284 sminclude mbuild mcore-split
27 niro 283
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 niro 284 --without-gtk \
48 niro 283 --without-gtk2 \
49     --without-motif \
50     --without-esound \
51     --without-nas \
52     --without-edires \
53 niro 284 --without-xpm \
54 niro 283 || die
55    
56     mmake || die
57     }
58    
59 niro 284 mcore_generic_src_install()
60 niro 283 {
61     cd ${SRCDIR}
62    
63     minstall xapploaddir=${BINDIR}/etc/X11/app-defaults \
64     mandir=${BINDIR}/usr/share/man/man1 \
65     || die
66     }

Properties

Name Value
svn:keywords Id