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.

16 lines
247 B

  1. rtsp_pm(){
  2. echo "creating Makefiles for linux"
  3. ./genMakefiles linux
  4. }
  5. rtsp_postm(){
  6. echo "installing to $libdir/live"
  7. cd .. ; cp -r live/* $libdir/
  8. }
  9. runconf=0
  10. makeinstopt=''
  11. hook_add premake 3 "rtsp_prem"
  12. hook_add postmake 3 "rtsp_postm"