mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
790 B

  1. wengophone_custmain ()
  2. {
  3. # If no mode is given to scons, debug is the default.
  4. build_mode=debug
  5. # Explicitly point to gnome2 libs, as they are not found without this.
  6. LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$root/$ROCKCFG_PKG_GNOME2_CORE_PREFIX/lib" \
  7. scons mode=$build_mode softphone-runtime softphone
  8. mkdir -p $root/opt/wengophone-classic
  9. cp -a build-wengo/linux2-$build_mode/softphone/runtime/* \
  10. $root/opt/wengophone-classic/
  11. cp -a $confdir/wengophone.sh $root/opt/wengophone-classic/
  12. chmod +x $root/opt/wengophone-classic/wengophone.sh
  13. }
  14. custmain=wengophone_custmain
  15. # these static libraries are located in /opt/wengophone-classic ...
  16. splitreg 90 dev '.*\.a'
  17. # Note this package requires Qt 3.3.x with STL and exception support,
  18. # scons, libicu, boost-jam, boost and speex.