mirror of
https://github.com/id-Software/GtkRadiant.git
synced 2026-03-20 00:49:29 +01:00
The GtkRadiant sources as originally released under the GPL license.
This commit is contained in:
13
setup/osx/build.sh
Normal file
13
setup/osx/build.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
(cd loki_setup && patch -N -p0 < ../setup.patch)
|
||||
(cd loki_setupdb ; make distclean ; ./autogen.sh && ./configure && make)
|
||||
(
|
||||
cd loki_setup
|
||||
make distclean
|
||||
./autogen.sh && ./configure && make
|
||||
mkdir -p image/setup.data/bin/Darwin/ppc/glibc-2.1
|
||||
make install
|
||||
find image -name setup -exec rm {} \;
|
||||
)
|
||||
|
||||
(cd GtkRadiant ; scons BUILD=release SETUP=1)
|
||||
32
setup/osx/radiant.info.m4
Normal file
32
setup/osx/radiant.info.m4
Normal file
@@ -0,0 +1,32 @@
|
||||
Package: radiant
|
||||
Version: 1.M4_VER_MAJOR.M4_VER_MINOR
|
||||
Revision: M4_REV
|
||||
Description: GtkRadiant - level editor for Id technology games
|
||||
DescDetail: <<
|
||||
You need to be running fink unstable to install GtkRadiant
|
||||
Installation instructions: http://www.qeradiant.com/wikifaq/index.php?Installation%20on%20OSX
|
||||
<<
|
||||
DescPort: <<
|
||||
Add comments about dependencies here..
|
||||
<<
|
||||
Maintainer: Timothee Besset <ttimo@idsoftware.com>
|
||||
License: Restrictive
|
||||
Homepage: http://www.qeradiant.com/
|
||||
|
||||
# Dependencies:
|
||||
BuildDepends: gtk+2-dev, gtkglext1, libiconv-dev, scons, libxml, gtkglext1, libglade, glib, gtk+
|
||||
Depends: libglade, libxml-shlibs, gettext, libglade-shlibs, gtk+-shlibs, glib-shlibs, gtk+2-shlibs, dlcompat-shlibs, libxml2-shlibs, libiconv, glib2-shlibs, libpng-shlibs, x11, libpng3-shlibs, gtkglext1-shlibs, libglade-shlibs, glib-shlibs, gtk+-shlibs
|
||||
|
||||
Source: http://zerowing.idsoftware.com/osx/GtkRadiant-osx-1.M4_VER_MAJOR.M4_VER_MINOR-M4_REV.tgz
|
||||
Source-MD5: M4_MD5SUM
|
||||
|
||||
PatchScript: echo "Dummy PatchScript"
|
||||
CompileScript: sh ./build.sh
|
||||
|
||||
# Install Phase:
|
||||
InstallScript: <<
|
||||
mkdir -p %i/games/radiant-setup
|
||||
mkdir -p %i/bin
|
||||
cp GtkRadiant/M4_SETUP_TARGET %i/games/radiant-setup/M4_SETUP_TARGET
|
||||
ln -s /sw/games/radiant-setup/M4_SETUP_TARGET %i/bin/radiant-setup
|
||||
<<
|
||||
Reference in New Issue
Block a user