Hi guys,
Currently I am in the process of figuring out how to create a .deb package of Urho3D. My goal is to get Urho3D into Debian. Then, on many Linux distributions (there are over 120! distributions that are based on Debian) installing Urho3D will become as easy as:
The creation of a .deb package is not an easy task, and it’s best to automate it. I was looking at sourceforge.net/projects/urho3d/files/Urho3D/ and noticed that there are *.deb packages available for download. Are there any scripts already available to generate a .deb package from Urho3D source?
Some other questions:
[ul]
[li]The future Debian package should be built as a shared or as a static library?[/li]
[li]The future Debian package should be named “urho3d” or “liburho3d”?[/li]
[li]Maybe there is already an effort underway to get Urho3D into Debian?[/li]
[li]Maybe it’s a good idea to create a separate GitHub repository under github.com/urho3D to store all of the package building scripts?[/li]
[li]What about RPM packages and Red Hat based distributions?[/li][/ul]