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.
 
 
 
 
 
 

20 lines
734 B

if pkgcheck w3m X
then
menu_begin MENU_PKG_W3M 'W3M options (build model)'
if pkgcheck openssl X ; then
choice ROCKCFG_PKG_W3M_MODEL monster \
baby "Baby (no color, no menu, no mouse, no cookie, no SSL)" \
little "Little (color, menu, no mouse, no cookie, no SSL)" \
mouse "Mouse (color, menu, mouse, no cookie, no SSL)" \
cookie "Cookie (color, menu, mouse, cookie, no SSL)" \
monster "Monster (everything)"
else
choice ROCKCFG_PKG_W3M_MODEL cookie \
baby "Baby (no color, no menu, no mouse, no cookie, no SSL)" \
little "Little (color, menu, no mouse, no cookie, no SSL)" \
mouse "Mouse (color, menu, mouse, no cookie, no SSL)" \
cookie "Cookie (color, menu, mouse, cookie, no SSL)"
fi
menu_end
fi