I created a GUI interface in Python to play and record audio streams and would like to create a .deb file so that my friends can easily install the script on their Ubuntu systems. This is my first attempt to create a .deb file, and so far I am a little confused by all the various tutorials on the Internet. The script consists of a single Python file (urlplayer.py) and depends on mplayer and python-tk. I am a complete newbie when it comes to this, and would greatly appreciate any help or links that would point me in the right direction.
Thanks guys!
frigg source
share