Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 69855
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +34 lines)
Lines 33-68 Link Here
33
       local dir=${GAMES_PREFIX_OPT}/${PN}
3
       local dir=${GAMES_PREFIX_OPT}/${PN}
34
       dodir ${dir}
4
       dodir ${dir}
5
6
        dodir ${dir}/skel
7
        dodir ${dir}/skel/fuhquake
8
        dodir ${dir}/skel/fuhquake/configs
9
        keepdir ${dir}/skel/fuhquake/configs
10
11
        insinto ${dir}/skel/qw
12
        doins ${WORKDIR}/qw/*
13
14
        insinto ${dir}/skel/qw/lits
15
        doins ${WORKDIR}/*.lit
16
17
        insinto ${dir}/skel/qw/locs
18
        doins ${WORKDIR}/*.loc
19
20
        dodir ${dir}/skel/qw/save
21
        keepdir ${dir}/skel/qw/save
22
23
        insinto ${dir}/skel
24
        doins ${WORKDIR}/fuhquake-security.so
25
26
        dodoc ${WORKDIR}/fuhquake/doc/* ${WORKDIR}/fuhquake.txt
27
Lines 39-80 Link Here
39
       dosym ${GAMES_DATADIR}/quake-data ${dir}/id1
39
       dosym ${GAMES_DATADIR}/quake-data ${dir}/id1
40
       for x in fuhquake-gl.glx fuhquake.svga fuhquake.x11 ; do
40
       for x in fuhquake-gl.glx fuhquake.svga fuhquake.x11 ; do
41
                games_make_wrapper ${x} ./${x} ${dir}
41
                games_make_wrapper ${x} ${dir}/${x} .      
42
                sed -i -e '2c\cd ~/.fuhquake' ${D}/usr/games/bin/${x}
42
       done
43
       done
Lines 45-91 Link Here
45
     prepgamesdirs
47
     prepgamesdirs
48
49
pkg_postinst() {
50
        einfo "1. cp -RP /opt/FuhQuake/skel ~/.fuhquake"
51
        einfo "2. ln -s ${GAMES_DATADIR}/quake-data/id1/* ~/.fuhquake/fuhquake"
52
        einfo "3. start up fuhquake and frag!"
53
        ewarn "**This example assumes that a valid pak0.pak file is in:"
54
        ewarn "** ${GAMES_DATADIR}/quake-data/id1"
55
}
56

Return to bug 69855