Perhaps I'm missing something, but this doesn't seem to work (trying to get
SUB_DEPENDS on another package and used this as an example):
(after changing bluez-utils -> bluez-libs)
root@thunk:[~]# cast -r obexftp
Computing previously installed dependencies...
obexftp preparing environment...
obexftp checking dependencies...
obexftp depends on libpcap
obexftp depends on python
obexftp depends on openobex
libpcap No work to do.
python No work to do.
openobex preparing environment...
openobex checking dependencies...
libusb is an optional dependency for openobex (Usb-obex support)
Do you want to use libusb? [y]
bluez-libs is an optional dependency for openobex (Bluetooth support)
Do you want to cast bluez-libs? [n]
irda-utils is an optional dependency for openobex (Irda support)
Do you want to cast irda-utils? [n]
libusb No work to do.
Collating dependencies...
Spells are to be cast:
---------------------------
obexftp openobex
openobex is supposed to be built with bluez-libs, but it was not set to do so
above.