X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=arch%2Fwin32%2Fmakedeps.sh;fp=win32%2Fmakedeps.sh;h=49a79e1f054bbb9ad9c3e3b0a8169adfd03c8703;hp=e004aec4548944056de8f41ad00cc6cfb648e163;hb=cf4c819df08e2ab6c06532d8a4467fa58b2792ae;hpb=705fbbaf9a8064c034d23119e912da028af7fac7 diff --git a/win32/makedeps.sh b/arch/win32/makedeps.sh similarity index 98% rename from win32/makedeps.sh rename to arch/win32/makedeps.sh index e004aec..49a79e1 100755 --- a/win32/makedeps.sh +++ b/arch/win32/makedeps.sh @@ -9,7 +9,7 @@ # dependencies will be packaged into an archive named deps.tar.bz2 in the # current directory. To install the dependencies, execute this command: # -# tar xf deps.tar.bz2 -C $PREFIX +# tar xjf deps.tar.bz2 -C $PREFIX # # where $PREFIX is the path to your mingw32 toolchain. If problems occur, # check stdout and stderr for clues. You may be able to easily determine @@ -35,10 +35,10 @@ # rebuilt, even the ones which were already built successfully. # -function showhelp() +showhelp() { - echo "Download and cross-compile dependencies for win32." echo "Usage: $0 [-h] [-m makeopts] -H host -p prefix" + echo " Downloads and cross-compiles dependencies for win32." echo "" echo " -H Specify the name of your toolchain, like i486-mingw32." echo " -h Show this help an exit." @@ -77,7 +77,7 @@ then fi -function die() +die() { echo "die:" $@ exit 1 @@ -347,7 +347,7 @@ built with mingw32 and these installed dependencies like this: ./configure --host=$HOST --prefix=$PREFIX \\ PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig -make && make package +make installer These files are licensed such that their general distribution under reasonable conditions is allowable. The copyrights of these binaries go to