summaryrefslogtreecommitdiff
path: root/homebrew/wesnoth/.make.sh-auto
blob: ab239b105175d8b9b04aeeeb9ce87cca05d34f9a (plain)
1
2
3
4
5
6
7
8
9
10
pkg:setup
mv "scons/gettext.py", "scons/gettext_tool.py"
inreplace "SConstruct", ", \"gettext\",", ", \"gettext_tool\","
args = %W[prefix=#{prefix} docdir=#{doc} mandir=#{man} fifodir=#{var}/run/wesnothd gettextdir=#{Formula["gettext"].opt_prefix}]
args << "OS_ENV=true"
args << "install"
args << "wesnoth"
args << "wesnothd"
args << "-j#{ENV.make_jobs}"
scons *args