This is a source collection of the packages used in the uGet package.
All included packages are provided as diff files. You need to download the
original archives and patch them with the corresponding diff file. In the
following summary all packages are listed together with a link, where I've
downloaded the original archives.
In every package you can find an AmigaDOS script called
"amicygnix-configure.bat". Use this script to configure the package.
I've included the makefiles and config files created by configure. Some of
them are modified by hand. You CAN'T compile the packages with these files.
You must reconfigure the package.
IMPORTANT: Please copy your projects to "Cygnix:Development" or
"Cygnix:CygnixPPC/local/src" and not to "Cygnix:CygnixPPC/src"
and use the prefix "/Cygnix/CygnixPPC/local" for configure!
Included packages:
------------------
Package name Download link
------------ -------------
uget-1.8.2.tar.gz http://sourceforge.net/projects/urlget/files/
uget (stable)/1.8.1/uget-1.8.2.tar.gz/download
How to patch:
-------------
Example: Patch the uget-1.8.2 package:
* Download the original archive and unpack the archive to (for example)
"ram:". Afterwards a directory called "uget-1.8.2" is located in "ram:".
* Copy the corresponding patch file "uget-1.8.2.diff" to "ram:".
* Open a shell and cd into "ram:".
* Type into the shell:
"patch -p1 -u -duget-1.8.2 --verbose <uget-1.8.2.diff"
and press return.
The patch command is included in the AmigaOS4 SDK.
| |