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

(-)file_not_specified_in_diff (-8 / +8 lines)
Line  Link Here
0
-- warsow-2.0.1.ebuild 2016-01-23 23:48:09.676063066 +0100
0
++ warsow-2.1.ebuild   2016-04-27 21:20:15.276477095 +0200
Lines 12-18 Link Here
12
DESCRIPTION="Multiplayer FPS based on the QFusion engine (evolved from Quake 2)"
12
DESCRIPTION="Multiplayer FPS based on the QFusion engine (evolved from Quake 2)"
13
HOMEPAGE="http://www.warsow.net/"
13
HOMEPAGE="http://www.warsow.net/"
14
SRC_URI="http://mirror.null.one/${ENGINE_P}.tar.gz
14
SRC_URI="http://mirror.null.one/${ENGINE_P}.tar.gz
15
       http://mirror.null.one/warsow_${DATA_PV}_unified.tar.gz
15
       http://mirror.null.one/${PN}_${DATA_PV}_unified.tar.gz
16
       mirror://gentoo/warsow.png"
16
       mirror://gentoo/warsow.png"
17
17
18
# ZLIB: bundled angelscript
18
# ZLIB: bundled angelscript
Lines 36-43 Link Here
36
"
36
"
37
DEPEND="${RDEPEND}"
37
DEPEND="${RDEPEND}"
38
38
39
S=${WORKDIR}/source/source
39
S=${WORKDIR}/${ENGINE_P}/source/source
40
DATA_S=${WORKDIR}/${PN}_${DATA_PV:0:2}
40
DATA_S=${WORKDIR}/${PN}_${DATA_PV}
41
41
42
src_prepare() {
42
src_prepare() {
43
       if [[ $(tc-getCC) =~ clang ]]; then
43
       if [[ $(tc-getCC) =~ clang ]]; then
Lines 77-90 Link Here
77
77
78
       exeinto /usr/libexec/${PN}/
78
       exeinto /usr/libexec/${PN}/
79
       doexe */*.so
79
       doexe */*.so
80
       newexe ${PN}.* ${PN}
80
       newexe qfusion.* ${PN}
81
       newexe wsw_server.* ${PN}-ded
81
       newexe qfusion_server.* ${PN}-ded
82
       newexe wswtv_server.* ${PN}-tv
82
       newexe qfusiontv_server.* ${PN}-tv
83
       dobin_wrapper ${PN} ${PN}-ded ${PN}-tv
83
       dobin_wrapper ${PN} ${PN}-ded ${PN}-tv
84
84
85
       local so
85
       local so
86
       dodir /usr/share/${PN}/libs
86
       dodir /usr/share/${PN}/libs
87
       for so in basewsw/*.so libs/*.so ; do
87
       for so in base/*.so libs/*.so ; do
88
               dosym /usr/libexec/${PN}/${so##*/} \
88
               dosym /usr/libexec/${PN}/${so##*/} \
89
                       /usr/share/${PN}/${so}
89
                       /usr/share/${PN}/${so}
90
       done
90
       done

Return to bug 567392