Magellan Linux

Contents of /trunk/todo/gnome-env/gnome-env-2.22.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2326 - (show annotations) (download)
Thu Jul 9 19:39:49 2009 UTC (14 years, 10 months ago) by niro
File size: 851 byte(s)
-moved to 'todo'
1 # $Header: /magellan-cvs/smage/gnome-env/gnome-env-2.22.1-r1.smage2,v 1.1 2008/04/11 07:53:06 niro Exp $
2
3 PNAME="gnome-env"
4 PVER="2.22.1"
5 PBUILD="r1"
6
7 PCATEGORIE="gnome-base"
8 STATE="unstable"
9
10 DESCRIPTION="GNOME environment and pathes configs."
11 HOMEPAGE="http://www.magellan-linux.net"
12
13 DEPEND=""
14
15 SRCFILE=""
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude gnome2
19
20 # fake
21 SRC_URI=""
22 src_prepare() { return 0; }
23 src_compile() { return 0; }
24
25 src_install()
26 {
27 install -d ${SRCDIR} || die
28 cd ${SRCDIR}
29
30 # needed directories
31 install -d ${BINDIR}/etc/env.d || die
32
33 # install it
34 echo "PATH=\"${GNOME_PREFIX}/bin\"
35 ROOTPATH=\"${GNOME_PREFIX}/bin\"
36 LDPATH=\"${GNOME_PREFIX}/$(mlibdir)\"
37 CONFIG_PROTECT_MASK=\"/etc/gconf /etc/gnome/gconf\"
38 OMF_DIR=\"/usr/share/omf:/usr/local/share/omf:${GNOME_PREFIX}/share/omf\"
39 " > ${BINDIR}/etc/env.d/50gnome || die
40 }

Properties

Name Value
svn:keywords Id