yatev.09.deb

Carl Karsten carl at personnelware.com
Wed Mar 22 01:50:51 UTC 2006


http://packages.ubuntu.com/dapper/comm/yate
yate (0.8.7+cvs20050604-4ubuntu1)

What are the chances of getting a .deb for yate09?

I know I can build my own, and will do that for testing and all, but having one 
in a repo (even if I host it myself) will make it easier to 'sell' to a client.

If someone will send me what I need to get started building one for yate09, that 
would be great.  I have never made a .deb before - should be fairly easy, but 
even a 2 line script would be appreciated.  If it helps, here is my build script:

# getyate.sh
# get deps, yate cvs and compile
# e=exit on error, x=echo commands
set -ex
sudo apt-get install --assume-yes build-essential sox autoconf cvs
# kdoc (only need this if you need the api docs built.)
cvs -d :pserver:anonymous at voip.null.ro:/home/cvsroot/private login
cvs -d :pserver:anonymous at voip.null.ro:/home/cvsroot/private checkout yate
cd yate
./autogen.sh
./configure
make
sudo make install


I just need to wrap the make install in something, right?


CarlFK



More information about the Pkg-voip-maintainers mailing list