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.

12 lines
218 B

  1. . $base/package/*/*/kde-3.conf
  2. kdebl_main() {
  3. cd kdeextragear-3
  4. make -f Makefile.cvs
  5. eval ./configure $confopt $extraconfopt
  6. cd kdebluetooth
  7. eval $MAKE $makeopt
  8. eval $MAKE $makeinstopt
  9. }
  10. custmain="kdebl_main"