A
*.devpak file is basically a
*.tar.bz2 file. So first rename the
devpak file to
tar.bz2 file and then extract it to a folder, say
foo. Then copy all the header files to
foo\include\wx dir and all libraries to
foo\lib\<compiler_name>_<lib/dll> dir. That should be enough for C::B to detect and use it.
Please note that the
foo\lib\<compiler_name>_<lib/dll> dir also contains some other header files in deep folders and they are necessary to get your app compiled.
Edit 1:The devpak you're using has been compiled under MSYS. Thus the library naming scheme is different. At the moment wxWidgets wizard does not support this naming style. The only way is for you, atm, is to set up the project manually.