diff options
Diffstat (limited to 'homebrew/lincityng/.make.sh-auto')
-rw-r--r-- | homebrew/lincityng/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/lincityng/.make.sh-auto b/homebrew/lincityng/.make.sh-auto new file mode 100644 index 000000000..85d74c1da --- /dev/null +++ b/homebrew/lincityng/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +'cat data/gui/creditslist.xml | grep -v "@" | cut -d\> -f2 | cut -d\< -f1 >CREDITS' +./autogen.sh +pkg:configure --disable-sdltest --with-apple-opengl-framework --datarootdir=${PKG_TAPF}/share +jam install +rm_rf ["#{pkgshare}/applications", "#{pkgshare}/pixmaps"] |