Ok, so the background, I've downloaded myself a copy of http://www.opensource.apple.com/source/curl/curl-68/ and I've configured, compiled and installed it on my own machine, now what I want to do is make a simple redistributable in the form of a package, so that I can use it as a requirement for my own package I'm creating as part of an app. Please note the reason I'm doing this is that this is a newer version of curl then of that found on mountain lion.
What's the best way to go about this?
do I simply just create a folder structure inside the distribution pack that places all the created files in the right place with the right permissions?
or
Do I need to make a script because ultimately it seems that the 'make install' target puts most files where they need to be through using '/usr/bin/install' and I'm not familiar with this concept from using linux?
please note that I'm also very new to the concept of the PackageMaker so you'll have to be clear on any features you mention. Another tiny question I assume there is no lazy way to force a make target to create the folder structure for me rather than having to recreate it myself?