PiAware v3 SD card Img with ppup1090

I have upgraded to PiAware v3 SD card Img and at the moment in order to feed data to PLanePlotter as well I have
dump1090 from MalcolmRobb and after every restart I have to manually start the ppup1090:

sudo apt-get install git-core git cmake libusb-1.0-0-dev build-essential pkg-config -y
sudo apt-get update && sudo apt-get upgrade
cd ~/git;git clone git://github.com/MalcolmRobb/dump1090.git
cd dump1090
nano coaa.h
make -f makeppup1090
nohup ~/git/dump1090/ppup1090 &

Is there any other way, that I can run ppup1090 with PiAware v3 SD card Img?

ppup1090 requires use of a binary object file with an unclear license that is tied to a particular version of dump1090.

It is unsupportable.

You should ask Bev to make public the message format that PlanePlotter expects; then there is a chance that some support can be implemented.