# Recipe for version latest by Giambattista Bloisi <giamby@infinito.it>, on Fri Apr 11 17:39:47 CEST 2008
# Recipe (MakeRecipe) for Live555 by Thomas Queste <tqueste@free.fr>, on Sun Apr 2 21:47:11 CEST 2006

# live555 does not provide a make install. 
# Install instruction only tells to generate makefiles && make && 'cp live into /usr/lib'

compile_version=1.8.0
url="http://www.live555.com/liveMedia/public/live555-latest.tar.gz"
file_size=450306
file_md5=813bad658d079c2411d6e717b5319b4d
dir='live'

recipe_type=makefile

do_install=no
pre_build() {
    ./genMakefiles linux
}

pre_install() {
    echo Copying live directory into $target/lib
    cp -a ../live $target/lib
}

