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

. $base/package/*/*/kde-3.conf
kdebl_main() {
cd kdeextragear-3
make -f Makefile.cvs
eval ./configure $confopt $extraconfopt
cd kdebluetooth
eval $MAKE $makeopt
eval $MAKE $makeinstopt
}
custmain="kdebl_main"