Magellan Linux

Contents of /trunk/extras/emerald/emerald-0.7.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4630 - (show annotations) (download)
Fri Dec 25 22:58:30 2009 UTC (14 years, 5 months ago) by niro
File size: 849 byte(s)
-moved to 'extras'
1 # $Header: /magellan-cvs/smage/emerald/emerald-0.7.6-r2.smage2,v 1.1 2008/08/12 19:43:17 niro Exp $
2
3 PNAME="emerald"
4 PVER="0.7.6"
5 PBUILD="r2"
6
7 PCATEGORIE="x11-wm"
8 STATE="unstable"
9
10 DESCRIPTION="beryl windows manager for AIGLX."
11 HOMEPAGE="http://www.compiz-fusion.org/"
12
13 DEPEND="== x11-wm/compiz-${PVER}
14 >= x11-libs/pango-1.20
15 >= x11-libs/gtk2+-2.12
16 >= x11-libs/libwnck-2.22
17 >= x11-libs/libXrender-0.9.2"
18
19 SRCFILE="${PNAME}-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude mbuild
23
24 SRC_URI=(
25 http://releases.compiz-fusion.org/${PVER}/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 src_compile()
30 {
31 cd ${SRCDIR}
32
33 # fixes build issues on multilib systems
34 if [[ $(mlibdir) != lib ]]
35 then
36 export LDFLAGS="-L/$(mlibdir) -L/usr/$(mlibdir)"
37 export PKG_CONFIG_PATH="/usr/$(mlibdir)/pkgconfig"
38 fi
39
40 mconfigure || die
41 mmake || die
42 }

Properties

Name Value
svn:keywords Id